mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Remove hard coded NL-Sub Filter
This commit is contained in:
parent
a77d8c1fcb
commit
18e4e369b6
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(bed|ed|pack|s)", "(dk|fin|heb|kor|nl|nor|nordic|pl|swe)sub(bed|ed|s)?",
|
||||
resultFilters = ["sub(bed|ed|pack|s)", "(dk|fin|heb|kor|nor|nordic|pl|swe)sub(bed|ed|s)?",
|
||||
"(dir|sample|sub|nfo)fix", "sample", "(dvd)?extras",
|
||||
"dub(bed)?"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue