]> Raphaƫl G. Git Repositories - youtubedl/blobdiff - youtube_dl/extractor/orf.py
New upstream version 2017.12.31
[youtubedl] / youtube_dl / extractor / orf.py
index 74fe8017ee7ba2efa16137b83f8eab3678c3c3c0..c1fb580ca8d9a20d785d71194d2822e51b2ee1ae 100644 (file)
@@ -49,13 +49,13 @@ class ORFTVthekIE(InfoExtractor):
         'params': {
             'skip_download': True,  # rtsp downloads
         },
-        '_skip': 'Blocked outside of Austria / Germany',
+        'skip': 'Blocked outside of Austria / Germany',
     }, {
         'url': 'http://tvthek.orf.at/topic/Fluechtlingskrise/10463081/Heimat-Fremde-Heimat/13879132/Senioren-betreuen-Migrantenkinder/13879141',
-        'skip_download': True,
+        'only_matching': True,
     }, {
         'url': 'http://tvthek.orf.at/profile/Universum/35429',
-        'skip_download': True,
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):