Add to except
This commit is contained in:
parent
527d1809d6
commit
1f706878c2
@ -128,7 +128,13 @@ class UploadPlugin:
|
|||||||
"youtube.com",
|
"youtube.com",
|
||||||
"youtu.be",
|
"youtu.be",
|
||||||
"streamable.com",
|
"streamable.com",
|
||||||
|
"reddit.com",
|
||||||
|
"twitter.com",
|
||||||
|
"tiktok.com",
|
||||||
|
"facebook.com",
|
||||||
|
"dailymotion.com",
|
||||||
)
|
)
|
||||||
|
|
||||||
should_check_headers = not any(domain.endswith(d) for d in skip_check_domains)
|
should_check_headers = not any(domain.endswith(d) for d in skip_check_domains)
|
||||||
|
|
||||||
if should_check_headers:
|
if should_check_headers:
|
||||||
|
Loading…
Reference in New Issue
Block a user