RSS Feed filter help

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
firekidop
Newbie
Newbie
Posts: 18
Joined: May 20th, 2019, 5:17 pm

RSS Feed filter help

Post by firekidop »

example tv show name

Code: Select all

Evil S01E03
so i added Accept: Evil

however sabnzb rss feed downloading non wanted release as well like

Code: Select all

Relatively Evil
Born to Kill Class.of Evil
is there anyway to make it more specific?
firekidop
Newbie
Newbie
Posts: 18
Joined: May 20th, 2019, 5:17 pm

Re: RSS Feed filter help

Post by firekidop »

ok i just found we can use regex filter. i added accept: ^Evil.S* but RSS filter not downloading the show. could you please guide me where i making mistake?

Image
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: RSS Feed filter help

Post by jcfp »

firekidop wrote: November 11th, 2019, 12:54 pmok i just found we can use regex filter. i added accept: ^Evil.S* but RSS filter not downloading the show
You missed the part where it says if you prefix a filter with re: it will be interpreted as a Python regular expression (case-insensitive).
firekidop
Newbie
Newbie
Posts: 18
Joined: May 20th, 2019, 5:17 pm

Re: RSS Feed filter help

Post by firekidop »

just before your reply few min ago i just fig it out. thanks a lot the reply though :)
Post Reply