Page 1 of 1

RSS Feed filter help

Posted: November 10th, 2019, 1:23 pm
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?

Re: RSS Feed filter help

Posted: November 11th, 2019, 12:54 pm
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

Re: RSS Feed filter help

Posted: November 12th, 2019, 2:51 am
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).

Re: RSS Feed filter help

Posted: November 12th, 2019, 3:46 am
by firekidop
just before your reply few min ago i just fig it out. thanks a lot the reply though :)