Skip to content

Commit

Permalink
Update Absolute Series Scanner.py
Browse files Browse the repository at this point in the history
Oh yeah, this guy's tag will totally screw up scanning. Gotta whack it.
  • Loading branch information
Praxinator authored Jul 11, 2023
1 parent 1ce6b58 commit 694157c
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 694157c

Please sign in to comment.