mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-02 17:33:37 +00:00
Backport from midgetspy. This is midgetspy@e76b3008251195ed529457f241d1e8803d9668d8
Change regex ignore more subs
This commit is contained in:
parent
3163badb4c
commit
54ce291897
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ from sickbeard import encodingKludge as ek
|
|||
from name_parser.parser import NameParser, InvalidNameException
|
||||
from lib.unidecode import unidecode
|
||||
|
||||
resultFilters = ["sub(pack|s|bed)", "swesub(bed)?",
|
||||
resultFilters = ["sub(bed|ed|pack|s)", "(dk|fin|heb|kor|nl|nor|nordic|pl|swe)sub(bed|ed|s)?",
|
||||
"(dir|sample|sub|nfo)fix", "sample", "(dvd)?extras",
|
||||
"dub(bed)?"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue