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):