Anyways.
Regexes in the RSS-section doesn't seem to work properly.
Given the following filters;
Code: Select all
0: Accept: .*[sS]([0-9]{2})[eE]([0-9]{2}).*
1: Accept: .*(720|1080)[pP].*
2: Accept: *
All of the following entries is matched against filter 2;
Code: Select all
Beethoven.1992.720p.HDTV.x264-HD
The.Rocketeer.1991.720p.BluRay.x264-SiNNERS
Austin.Powers.The.Spy.Who.Shagged.Me.1999.1080p.BluRay.x264.iNT-WPi
Austin.Powers.International.Man.Of.Mystery.1997.1080p.BluRay.x264-iKA
Code: Select all
jocke@omg:~$ echo "Beethoven.1992.720p.HDTV.x264-HD" | grep -E ".*(720|1080)[pP].*"
Beethoven.1992.720p.HDTV.x264-HD
jocke@omg:~$ echo "The.Rocketeer.1991.720p.BluRay.x264-SiNNERS" | grep -E ".*(720|1080)[pP].*"
The.Rocketeer.1991.720p.BluRay.x264-SiNNERS
(and so on...)
These filters used to work a while ago (I'm not entirely sure when they started to fail).
Am I missing something obvious?
Code: Select all
Version: 0.6.14 (from Git source)
OS: FreeBSD 9
Install-type: Source, via Git
Skin (if applicable): smpl Version: 1.3
Firewall Software: None
Are you using IPV6? It's enabled in the OS, but not in use by SABnzbd
Is the issue reproducible? Yes