1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

[ie/deezer] Remove extractors (#12704)

Authored by: seproDev
This commit is contained in:
sepro
2025-03-22 22:53:20 +01:00
committed by GitHub
parent fe4f14b836
commit be5af3f9e9
3 changed files with 4 additions and 146 deletions

View File

@@ -52,6 +52,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
r'qub\.ca/vrai',
r'(?:beta\.)?crunchyroll\.com',
r'viki\.com',
r'deezer\.com',
)
_TESTS = [{
@@ -164,6 +165,9 @@ class KnownDRMIE(UnsupportedInfoExtractor):
}, {
'url': 'https://www.viki.com/videos/1175236v-choosing-spouse-by-lottery-episode-1',
'only_matching': True,
}, {
'url': 'http://www.deezer.com/playlist/176747451',
'only_matching': True,
}]
def _real_extract(self, url):