Of a user I am only interested in tweets that contain links, as they are articles or news, but not tweets with personal opinions or comments. Using regex I already have several rules, but I do not know how to "just pass tweets that contain a url".
To hide the tweets I do not want in Twitterrific, I use for example:
@usuario ::: ejemplo1
That user will mutate all tweets that contain " ejemplo1
".
But the idea is to do it the other way around and with a link, that is, to pass only the tweets that contain "www" or "http" or even the word "via" present in all the tweets that contain a link.