[rte] PEP8

This commit is contained in:
Philipp Hagemeister 2015-01-10 17:59:07 +01:00
parent ea1d5bdcdd
commit 3462af03e6

View file

@ -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)