summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-01-06 15:09:10 +0100
committerRemita Amine <remitamine@gmail.com>2017-01-06 15:09:10 +0100
commita5eefc492b7d6cd92c0e0c4551c9732a073d279a (patch)
treed9d7e9e3acc42961b8098252e648ce41d33838d8
parenta9cd1691b2cef47d42303eb66f04e9cd1f6e2480 (diff)
downloadyoutube-dl-a5eefc492b7d6cd92c0e0c4551c9732a073d279a.tar.gz
youtube-dl-a5eefc492b7d6cd92c0e0c4551c9732a073d279a.tar.xz
youtube-dl-a5eefc492b7d6cd92c0e0c4551c9732a073d279a.zip
[swrmediathek] skip tests correctly
-rw-r--r--youtube_dl/extractor/swrmediathek.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/swrmediathek.py b/youtube_dl/extractor/swrmediathek.py
index 003748821..0f615979e 100644
--- a/youtube_dl/extractor/swrmediathek.py
+++ b/youtube_dl/extractor/swrmediathek.py
@@ -40,7 +40,7 @@ class SWRMediathekIE(InfoExtractor):
             'uploader': 'SWR Fernsehen',
             'uploader_id': '990030',
         },
-        '_skip': 'redirect to http://swrmediathek.de/index.htm?hinweis=swrlink',
+        'skip': 'redirect to http://swrmediathek.de/index.htm?hinweis=swrlink',
     }, {
         'url': 'http://swrmediathek.de/player.htm?show=bba23e10-cb93-11e3-bf7f-0026b975f2e6',
         'md5': '4382e4ef2c9d7ce6852535fa867a0dd3',
@@ -55,7 +55,7 @@ class SWRMediathekIE(InfoExtractor):
             'uploader': 'SWR 2',
             'uploader_id': '284670',
         },
-        '_skip': 'redirect to http://swrmediathek.de/index.htm?hinweis=swrlink',
+        'skip': 'redirect to http://swrmediathek.de/index.htm?hinweis=swrlink',
     }]
 
     def _real_extract(self, url):