Fix some only matching tests (closes #14855)
authorSergey M․ <dstftw@gmail.com>
Sun, 26 Nov 2017 13:53:10 +0000 (20:53 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 26 Nov 2017 13:53:10 +0000 (20:53 +0700)
youtube_dl/extractor/orf.py
youtube_dl/extractor/rozhlas.py
youtube_dl/extractor/vidzi.py
youtube_dl/extractor/youku.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):
index f8eda8dea8136f73dacd9fc83e70c3c98ef117e8..fccf69401d7cf054a0ac556ac6322a02b5c59836 100644 (file)
@@ -21,7 +21,7 @@ class RozhlasIE(InfoExtractor):
         }
     }, {
         'url': 'http://prehravac.rozhlas.cz/audio/3421320/embed',
-        'skip_download': True,
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):
index e64873bce230295f76de7fdd7973363afd5e3867..ac35d55a9505808144fed105d535d53779afb1cb 100644 (file)
@@ -28,10 +28,10 @@ class VidziIE(InfoExtractor):
         },
     }, {
         'url': 'http://vidzi.tv/embed-4z2yb0rzphe9-600x338.html',
-        'skip_download': True,
+        'only_matching': True,
     }, {
         'url': 'http://vidzi.cc/cghql9yq6emu.html',
-        'skip_download': True,
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):
index 6822a30bc142613cde74ecd397ab65957a289510..a2b3b4daf4090c30f30cd0b4a503bfd289495bcc 100644 (file)
@@ -240,7 +240,7 @@ class YoukuShowIE(InfoExtractor):
     }, {
         # Ongoing playlist. The initial page is the last one
         'url': 'http://list.youku.com/show/id_za7c275ecd7b411e1a19e.html',
-        'only_matchine': True,
+        'only_matching': True,
     }]
 
     def _extract_entries(self, playlist_data_url, show_id, note, query):