diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-03-15 01:39:42 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-03-15 01:39:42 +0700 |
commit | f1cef7a9ffcf92781e8ee81934a1bf985aefdbca (patch) | |
tree | 49cff179758be7a4cdbd9da8f5c6d6782bcf56ec | |
parent | 826422351152e0e0840bca737bdaccc238d423fd (diff) |
[iprima] Skip test
-rw-r--r-- | youtube_dl/extractor/iprima.py | 1 |
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): |