kopia lustrzana https://github.com/yt-dlp/yt-dlp
[vidme] Add user-disabled test
rodzic
ddeb1b3de2
commit
9eb31b265f
youtube_dl/extractor
|
@ -93,6 +93,10 @@ class VidmeIE(InfoExtractor):
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
|
}, {
|
||||||
|
# nsfw, user-disabled
|
||||||
|
'url': 'https://vid.me/dzGJ',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Ładowanie…
Reference in New Issue