1
0
Fork 0

[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
commit be5af3f9e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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):