Added more ads to the adlist
This commit is contained in:
parent
ff70cdbc5d
commit
427a2a730e
@ -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),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user