Skip to content

Commit

Permalink
[ie/thisav] Remove (yt-dlp#8346)
Browse files Browse the repository at this point in the history
Authored by: bashonly
  • Loading branch information
bashonly authored and aalsuwaidi committed Apr 21, 2024
1 parent 7727a24 commit 3f4bb46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 67 deletions.
1 change: 0 additions & 1 deletion yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,6 @@
from .thesun import TheSunIE
from .theweatherchannel import TheWeatherChannelIE
from .thisamericanlife import ThisAmericanLifeIE
from .thisav import ThisAVIE
from .thisoldhouse import ThisOldHouseIE
from .thisvid import (
ThisVidIE,
Expand Down
66 changes: 0 additions & 66 deletions yt_dlp/extractor/thisav.py

This file was deleted.

4 changes: 4 additions & 0 deletions yt_dlp/extractor/unsupported.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3f4bb46

Please sign in to comment.