add more garbage names to remove-crap-from-filename in addition to scrambled/obfuscated

This commit is contained in:
panni
2017-11-04 14:52:18 +01:00
parent 6eaf307be9
commit e2a7cc6b45
@@ -35,7 +35,8 @@ INCLUDE_EXOTIC_SUBS = True
DOWNLOAD_TRIES = 0
DOWNLOAD_RETRY_SLEEP = 2
REMOVE_CRAP_FROM_FILENAME = re.compile(r"(?i)[\s_-]+(obfuscated|scrambled)(\.\w+)$")
REMOVE_CRAP_FROM_FILENAME = re.compile(r"(?i)[\s_-]+(obfuscated|scrambled|nzbgeek|"
r"chamele0n|buymore|xpost|postbot)(\.\w+)$")
SUBTITLE_EXTENSIONS = ('.srt', '.sub', '.smi', '.txt', '.ssa', '.ass', '.mpl', '.vtt')