Skip to content

Commit

Permalink
Merge pull request #445 from Praxinator/patch-1
Browse files Browse the repository at this point in the history
Update Absolute Series Scanner.py
  • Loading branch information
ZeroQI authored Jul 11, 2023
2 parents 1ce6b58 + 694157c commit 5e41a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scanners/Series/Absolute Series Scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def cic(string): return re.compile(string, re.IGNORECASE | re.UNICODE) #RE Com
'ExKinoRay', "NTb", "(S01-02)", "-Cd 1", "-Cd 2", "Vol 1", "Vol 2", "Vol 3", "Vol 4", "Vol 5", "Vol.1", "Vol.2", "Vol.3", "Vol.4", "Vol.5", "NTSC",
"%28", "%29", " (1)", "(Clean)", "(DVDRemux)", "vostfr", "HEVC", "(Bonus inclus)", "(BD 1920x1080)", "10Bits-WKN", "WKN", "(Complet)", "Despair-Paradise", "Shanks@", "[720p]", "10Bits",
"(TV)", "[DragonMax]", "INTEGRALE", "MKV", "(Remastered HQ)", "MULTI", "DragonMax", "Zone-Telechargement.Ws", "Zone-Telechargement", "AniLibria.TV", "HDTV-RIP",
"mawen1250", "Creditless", "YUV420P10", "AI-Raws", "philosophy-raws", "VCB-S", "10-bit", "DD2.0"
"mawen1250", "Creditless", "YUV420P10", "AI-Raws", "philosophy-raws", "VCB-S", "10-bit", "DD2.0", "The0x539"
] #include spaces, hyphens, dots, underscore, case insensitive
WHACK_PRE_CLEAN = [cic(re.escape(entry)) for entry in WHACK_PRE_CLEAN_RAW]
WHACK = [ ### Tags to remove (lowercase) ###
Expand Down

0 comments on commit 5e41a64

Please sign in to comment.