From: Philipp Hagemeister Date: Sat, 10 Jan 2015 16:59:07 +0000 (+0100) Subject: [rte] PEP8 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=3462af03e6c8c64b916fe90ecea0ef7719438ad2;p=youtube-dl [rte] PEP8 --- 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)