add more garbage names to remove-crap-from-filename in addition to scrambled/obfuscated
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user