From 427a2a730e7c7f4f2ef4285ccbe47a0d018c0366 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 13 Mar 2024 08:40:06 -0300 Subject: Added more ads to the adlist --- src/subscleaner/subscleaner.py | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/subscleaner/subscleaner.py b/src/subscleaner/subscleaner.py index 360bad2..fd4538a 100755 --- a/src/subscleaner/subscleaner.py +++ b/src/subscleaner/subscleaner.py @@ -63,12 +63,31 @@ AD_PATTERNS = [ re.compile(r"\bUna\s+traducci[óo]n\s+de\b", re.IGNORECASE), re.compile(r"\btvsubtitles\b", re.IGNORECASE), re.compile(r"\bTacho8\b", re.IGNORECASE), - re.compile(r"\b(www\.)?\S+\.(com|es|link|app|ly)\b", re.IGNORECASE), - re.compile(r"to remove all ads from", re.IGNORECASE), re.compile(r"\bfrom 3.49 USD/month ---->\b", re.IGNORECASE), - re.compile(r"implement REST API from", re.IGNORECASE), - re.compile(r"Signup Here ->", re.IGNORECASE), - re.compile(r"Help other users to choose the best subtitles", re.IGNORECASE), + re.compile(r"\bimplement REST API from", re.IGNORECASE), + re.compile(r"\bSignup Here ->", re.IGNORECASE), + re.compile(r"\bwww\.flixify\.app\b", re.IGNORECASE), + re.compile(r"\bwww\.ADMITME\.APP\b", re.IGNORECASE), + re.compile(r"\bwww\.ADMIT1\.APP\b", re.IGNORECASE), + re.compile(r"\bsaveanilluminati\.com\b", re.IGNORECASE), + re.compile(r"\bosdb\.link/\w+\b", re.IGNORECASE), + re.compile(r"\bFilthyRichFutures\.com\b", re.IGNORECASE), + re.compile(r"\bServerPartDeals\.com\b", re.IGNORECASE), + re.compile(r"\bStreamingSites\.com\b", re.IGNORECASE), + re.compile(r"\bSubtitles search by drag & drop\b", re.IGNORECASE), + re.compile(r"\bSubtitles conformed by\b", re.IGNORECASE), + re.compile(r"\bSubtitled [Bb]y\b", re.IGNORECASE), + re.compile(r"\bResync by\b", re.IGNORECASE), + re.compile(r"\bTRANSCRIPTED BY:\b", re.IGNORECASE), + re.compile(r"\bVisiontext subtitles:\b", re.IGNORECASE), + re.compile(r"\bSignup Here\b", re.IGNORECASE), + re.compile(r"\bFind out @\b", re.IGNORECASE), + re.compile(r"\bPublic shouldn't leave reviews for lawyers\.\b", re.IGNORECASE), + re.compile(r"\bTrading can\.\b", re.IGNORECASE), + re.compile(r"\bFree Browser extension:\b", re.IGNORECASE), + re.compile(r"\bto get 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), ] -- cgit v1.2.3