X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fswrmediathek.py;h=0f615979e132278c91deef05cc4f0e812c158f3d;hb=HEAD;hp=003748821024a0ffa85faaca204b951b5e401f98;hpb=a9cd1691b2cef47d42303eb66f04e9cd1f6e2480;p=youtube-dl 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):