1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 02:19:29 +00:00

[miomio] pep8: remove whitespaces in empty line

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-04-03 14:09:07 +02:00
parent a9cbab1735
commit 4bbeb19fc7

View file

@ -44,7 +44,7 @@ class MioMioIE(InfoExtractor):
xml_config = self._search_regex(
r'flashvars="type=sina&(.+?)&',
webpage, 'xml config')
# skipping the following page causes lags and eventually connection drop-outs
self._request_webpage(
'http://www.miomio.tv/mioplayer/mioplayerconfigfiles/xml.php?id=%s&r=%s' % (id, random.randint(100, 999)),