Help with simple regex config
I am trying to setup RSS direct downloading using Azureus Vuze and the RSSFeed Scanner Plug-in but I have absolutely zero experience with Regular Expressions and unless you do have some regex working knowledge, I would have to create hundreds of filters to acomplish what I would like to do (as opposed to creating a single filter...as follows:
I would like to download all magazines that have "ANY" of the following words in their title or link location (meaning I would need to use the "OR" operator)
Time OR Newsweek OR Fortune OR "Smart Money" OR Forbes
Can someone please fill me in on how I would write out the above query using regex to take care of the "OR" operator?
Thanks!
Re: Help with simple regex config
Time|Newsweek|Fortune|Smart.Money|Forbes
Re: Help with simple regex config
Quote:
Originally Posted by
Gheyness
Time|Newsweek|Fortune|Smart.Money|Forbes
Thanks for your reponse, but I tried that and for some reason, it's still not matching...
Here is what I am trying to match (2 test mags from the Mininova feed content below - "Muscle_part1of6" and "Dirt Rider Magazine April 2009")
http://dl.getdropbox.com/u/54787/Scr...cture%2098.png
...and here is how I have Azureus Vuze 4.1.0.4 and the RSSFeed Scanner plug-in setup, but it's not working???
http://dl.getdropbox.com/u/54787/Scr...cture%2099.png
Any thoughts? Thanks!