Browse Source

[rte] PEP8

master
Philipp Hagemeister 10 years ago
parent
commit
3462af03e6
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/rte.py

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

Loading…
Cancel
Save