Added RARBG

This commit is contained in:
Roger Gonzalez 2024-03-28 21:14:28 -03:00
parent 2ebb7125cb
commit 4c05db0f9a
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -88,6 +88,7 @@ AD_PATTERNS = [
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),
re.compile(r"\bRARBG\b", re.IGNORECASE),
]