diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2023-11-11 13:53:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 19:53:59 +0000 |
commit | cb480e390d85fb3a598c1b6d5eef3438ce729fc9 (patch) | |
tree | 779f033c99acf1056542fcf77282846c6a90d6e6 /yt_dlp/extractor/unsupported.py | |
parent | 25a4bd345a0dcfece6fef752d4537eb403da94d9 (diff) |
[ie/thisav] Remove (#8346)
Authored by: bashonly
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): |