PDA

View Full Version : Help with simple regex config



m021478
03-03-2009, 09:35 AM
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!

Gheyness
03-03-2009, 09:49 AM
Time|Newsweek|Fortune|Smart.Money|Forbes

m021478
03-03-2009, 10:00 AM
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/Screenshots/Picture%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/Screenshots/Picture%2099.png


Any thoughts? Thanks!