Added SerieCanal, Nest0r, ikerslot and menoyos to the list

This commit is contained in:
Roger Gonzalez 2024-06-25 18:06:22 -03:00
parent 726ddb65a0
commit 433573ca6f
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -89,6 +89,10 @@ AD_PATTERNS = [
re.compile(r"\bHelp other users to choose the best subtitles\b", re.IGNORECASE), re.compile(r"\bHelp other users to choose the best subtitles\b", re.IGNORECASE),
re.compile(r"\bwith Subtitles for Free\b", re.IGNORECASE), re.compile(r"\bwith Subtitles for Free\b", re.IGNORECASE),
re.compile(r"\bRARBG\b", re.IGNORECASE), re.compile(r"\bRARBG\b", re.IGNORECASE),
re.compile(r"\SerieCanal\.com\b", re.IGNORECASE),
re.compile(r"\Nest0r\b", re.IGNORECASE),
re.compile(r"\ikerslot\b", re.IGNORECASE),
re.compile(r"\menoyos\b", re.IGNORECASE),
] ]