From 433573ca6f7d8f8372b70c04671fff4aa8462dfe Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 25 Jun 2024 18:06:22 -0300 Subject: Added SerieCanal, Nest0r, ikerslot and menoyos to the list --- src/subscleaner/subscleaner.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/subscleaner/subscleaner.py') diff --git a/src/subscleaner/subscleaner.py b/src/subscleaner/subscleaner.py index ff65b0a..be8df22 100755 --- a/src/subscleaner/subscleaner.py +++ b/src/subscleaner/subscleaner.py @@ -89,6 +89,10 @@ AD_PATTERNS = [ 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"\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), ] -- cgit v1.2.3