X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Frte.py;h=04158b9931c09d9d028175dc895e90cf7da6a7f3;hb=3462af03e6c8c64b916fe90ecea0ef7719438ad2;hp=b5a67373bf02fd3998f32d879e4cb27a9f3d1c8d;hpb=ea1d5bdcddc4b9bdac0ef5555f080484c33467a9;p=youtube-dl diff --git a/youtube_dl/extractor/rte.py b/youtube_dl/extractor/rte.py index b5a67373b..04158b993 100644 --- a/youtube_dl/extractor/rte.py +++ b/youtube_dl/extractor/rte.py @@ -24,7 +24,7 @@ class RteIE(InfoExtractor): 'skip_download': 'f4m fails with --test atm' } } - + def _real_extract(self, url): video_id = self._match_id(url) webpage = self._download_webpage(url, video_id)