diff options
Diffstat (limited to 'yt_dlp/extractor/unsupported.py')
-rw-r--r-- | yt_dlp/extractor/unsupported.py | 4 |
1 files changed, 4 insertions, 0 deletions
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): |