1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 11:09:32 +00:00

[iprima] Skip test

This commit is contained in:
Sergey M․ 2014-03-15 01:39:42 +07:00
parent 8264223511
commit f1cef7a9ff

View file

@ -39,6 +39,7 @@ class IPrimaIE(InfoExtractor):
'params': { 'params': {
'skip_download': True, # requires rtmpdump 'skip_download': True, # requires rtmpdump
}, },
'skip': 'Do not have permission to access this page',
}] }]
def _real_extract(self, url): def _real_extract(self, url):