Skip to content

Commit 3314a96

Browse files
author
Patrick Vos
committed
Change regex ignore more subs
1 parent 4b0fced commit 3314a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sickbeard/show_name_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
from name_parser.parser import NameParser, InvalidNameException
3131

32-
resultFilters = ["sub(pack|s|bed)", "nlsub(bed|s)?", "swesub(bed)?",
32+
resultFilters = ["sub(bed|ed|pack|s)", "(dk|fin|heb|kor|nl|nor|nordic|pl|swe)sub(bed|ed|s)?",
3333
"(dir|sample|sub|nfo)fix", "sample", "(dvd)?extras",
3434
"dub(bed)?"]
3535

0 commit comments

Comments
 (0)