Page 1 of 1

RSS Regex not matching

Posted: July 27th, 2009, 7:26 am
by fysmd
Hi, I have a long list of patterns to match agains TVNZB RSS feed but many dont seem to match and download automatically, for instance I have:
"re:.*op.*[Gg]ear.*"  yet it doesn't match: "Top.Gear.S13E06.WS.PDTV.XviD-RiVER"
I can't make a rule to match 24 or 30 rock work either.

Yet "re:.*rue.*[Bb]lood.*DIMENSION.*" matches "True.Blood.S02E06.720p.HDTV.X264-DIMENSION" and downloads sucessfully

am I missing something obvious?

Re: RSS Regex not matching

Posted: July 27th, 2009, 7:55 am
by shypike
Matches are case-insensitive, so you can spare the trouble of using [gG].
Otherwise your regex is fine.

There is a little bug in 0.4.11 (and earlier) that shows NZBs that are no
longer present in the current feed content.
SABnzbd keeps these names to prevent duplicate downloads,
but they should not show up in the preview!

You can check this by feeding the RSS URL to the browser.
This bug will be solved in the next release.