Browse Source

[iprima] Skip test

master
Sergey M․ 11 years ago
parent
commit
f1cef7a9ff
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/iprima.py

1
youtube_dl/extractor/iprima.py

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

Loading…
Cancel
Save