Skip to content

Commit

Permalink
Merge branch 'change_regex_ignore_subs' into development
Browse files Browse the repository at this point in the history
* change_regex_ignore_subs:
  Change regex ignore more subs
  • Loading branch information
Patrick Vos committed May 8, 2014
2 parents 4b0fced + 3314a96 commit e76b300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/show_name_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

from name_parser.parser import NameParser, InvalidNameException

resultFilters = ["sub(pack|s|bed)", "nlsub(bed|s)?", "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)?"]

Expand Down

0 comments on commit e76b300

Please sign in to comment.