diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-10 17:59:07 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-10 17:59:07 +0100 |
commit | 3462af03e6c8c64b916fe90ecea0ef7719438ad2 (patch) | |
tree | b2f13354a6a94bfeee8ec6b7a1ca3509944359a7 /youtube_dl/extractor | |
parent | ea1d5bdcddc4b9bdac0ef5555f080484c33467a9 (diff) |
[rte] PEP8
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/rte.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |