urlinfo: update blacklist
This commit is contained in:
parent
b8c3fe073b
commit
e7b89e7fdb
|
@ -9,10 +9,11 @@ from . import Plugin
|
|||
|
||||
class URLInfo(Plugin):
|
||||
BLACKLIST = [
|
||||
"^https?:\/\/www\.youtube\.com",
|
||||
"^https?:\/\/(?:www\.)?youtube\.com",
|
||||
"^https?:\/\/youtu\.be",
|
||||
"^https?:\/\/w0bm\.com",
|
||||
"^https?:\/\/f0ck\.me"
|
||||
"^https?:\/\/f0ck\.me",
|
||||
"^https?:\/\/(?:(?:vid|img|thumb)\.)?pr0gramm\.com"
|
||||
]
|
||||
|
||||
SIZE_LIMIT = 2 * 1024 ** 2
|
||||
|
|
Loading…
Reference in New Issue
Block a user