Skip to content

Commit

Permalink
[ie/thisav] Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
bashonly committed Oct 14, 2023
1 parent 8a8b545 commit 6b5320c
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 @@ -2014,7 +2014,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 6b5320c

Please sign in to comment.