urlinfo: update blacklist

This commit is contained in:
jkhsjdhjs 2021-05-16 12:16:27 +00:00
parent b8c3fe073b
commit e7b89e7fdb

View File

@ -9,10 +9,11 @@ from . import Plugin
class URLInfo(Plugin): class URLInfo(Plugin):
BLACKLIST = [ BLACKLIST = [
"^https?:\/\/www\.youtube\.com", "^https?:\/\/(?:www\.)?youtube\.com",
"^https?:\/\/youtu\.be", "^https?:\/\/youtu\.be",
"^https?:\/\/w0bm\.com", "^https?:\/\/w0bm\.com",
"^https?:\/\/f0ck\.me" "^https?:\/\/f0ck\.me",
"^https?:\/\/(?:(?:vid|img|thumb)\.)?pr0gramm\.com"
] ]
SIZE_LIMIT = 2 * 1024 ** 2 SIZE_LIMIT = 2 * 1024 ** 2