1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-25 03:42:50 +08:00

[srgssr] PEP8

This commit is contained in:
Alex Seiler 2017-02-22 20:52:13 +01:00
parent 41a33b2357
commit 9f4f1b56df

View File

@ -124,7 +124,6 @@ class SRGSSRIE(InfoExtractor):
return subtitles return subtitles
def _real_extract(self, url): def _real_extract(self, url):
bu, media_type, url_id = re.match(self._VALID_URL, url).groups() bu, media_type, url_id = re.match(self._VALID_URL, url).groups()