From 3462af03e6c8c64b916fe90ecea0ef7719438ad2 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 10 Jan 2015 17:59:07 +0100 Subject: [PATCH] [rte] PEP8 --- youtube_dl/extractor/rte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)