mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-10 08:36:48 +01:00
[ie/viki] Remove extractors (#12703)
Closes #2907, Closes #2869 Authored by: seproDev
This commit is contained in:
parent
b872ffec50
commit
fe4f14b836
4 changed files with 4 additions and 365 deletions
|
|
@ -51,6 +51,7 @@ class KnownDRMIE(UnsupportedInfoExtractor):
|
|||
r'(?:watch|front)\.njpwworld\.com',
|
||||
r'qub\.ca/vrai',
|
||||
r'(?:beta\.)?crunchyroll\.com',
|
||||
r'viki\.com',
|
||||
)
|
||||
|
||||
_TESTS = [{
|
||||
|
|
@ -160,6 +161,9 @@ class KnownDRMIE(UnsupportedInfoExtractor):
|
|||
}, {
|
||||
'url': 'https://beta.crunchyroll.com/pt-br/watch/G8WUN8VKP/the-ruler-of-conspiracy',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
'url': 'https://www.viki.com/videos/1175236v-choosing-spouse-by-lottery-episode-1',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue