mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-12-14 02:11:24 +00:00
[videopremium] Skip test
This commit is contained in:
parent
00902cd601
commit
780603027f
|
|
@ -15,6 +15,7 @@ class VideoPremiumIE(InfoExtractor):
|
||||||
u'params': {
|
u'params': {
|
||||||
u'skip_download': True,
|
u'skip_download': True,
|
||||||
},
|
},
|
||||||
|
u'skip': u'Test file has been deleted.',
|
||||||
}
|
}
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue