commit: 3462af03e6c8c64b916fe90ecea0ef7719438ad2
parent ea1d5bdcddc4b9bdac0ef5555f080484c33467a9
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Sat, 10 Jan 2015 17:59:07 +0100
[rte] PEP8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)