Add to except

This commit is contained in:
Zodiac 2025-02-13 03:37:22 -08:00
parent 527d1809d6
commit 1f706878c2

View File

@ -128,7 +128,13 @@ class UploadPlugin:
"youtube.com",
"youtu.be",
"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)
if should_check_headers: