X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/25a4bd345a0dcfece6fef752d4537eb403da94d9..cb480e390d85fb3a598c1b6d5eef3438ce729fc9:/yt_dlp/extractor/unsupported.py diff --git a/yt_dlp/extractor/unsupported.py b/yt_dlp/extractor/unsupported.py index bbcbf3acb..d610baecb 100644 --- a/yt_dlp/extractor/unsupported.py +++ b/yt_dlp/extractor/unsupported.py @@ -164,11 +164,15 @@ class KnownPiracyIE(UnsupportedInfoExtractor): r'viewsb\.com', r'filemoon\.sx', r'hentai\.animestigma\.com', + r'thisav\.com', ) _TESTS = [{ 'url': 'http://dood.to/e/5s1wmbdacezb', 'only_matching': True, + }, { + 'url': 'https://thisav.com/en/terms', + 'only_matching': True, }] def _real_extract(self, url):