summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-03-15 01:39:42 +0700
committerSergey M․ <dstftw@gmail.com>2014-03-15 01:39:42 +0700
commitf1cef7a9ffcf92781e8ee81934a1bf985aefdbca (patch)
tree49cff179758be7a4cdbd9da8f5c6d6782bcf56ec
parent826422351152e0e0840bca737bdaccc238d423fd (diff)
downloadyoutube-dl-f1cef7a9ffcf92781e8ee81934a1bf985aefdbca.tar.gz
youtube-dl-f1cef7a9ffcf92781e8ee81934a1bf985aefdbca.tar.xz
youtube-dl-f1cef7a9ffcf92781e8ee81934a1bf985aefdbca.zip
[iprima] Skip test
-rw-r--r--youtube_dl/extractor/iprima.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/iprima.py b/youtube_dl/extractor/iprima.py
index 6ca0e9122..2a29e6072 100644
--- 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):