RSS Regex not matching

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
fysmd
Newbie
Newbie
Posts: 4
Joined: July 27th, 2009, 7:10 am

RSS Regex not matching

Post 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?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: RSS Regex not matching

Post 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.
Post Reply