commit: f1cef7a9ffcf92781e8ee81934a1bf985aefdbca
parent 826422351152e0e0840bca737bdaccc238d423fd
Author: Sergey M․ <dstftw@gmail.com>
Date: Sat, 15 Mar 2014 01:39:42 +0700
[iprima] Skip test
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/iprima.py b/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):