diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-09-05 15:25:19 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-09-05 15:25:19 +0800 |
commit | 08354db47bba1138798c164c6bab8024600fd057 (patch) | |
tree | 9c3027a2c4ea567137f4b859b1d12dbc57cb049d /youtube_dl/extractor/vlive.py | |
parent | 027eb5a6b041a91ca7fdd61826daaea24bec1cfb (diff) |
[vlive] PEP8
Diffstat (limited to 'youtube_dl/extractor/vlive.py')
-rw-r--r-- | youtube_dl/extractor/vlive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vlive.py b/youtube_dl/extractor/vlive.py index a456f8217..86c1cb5ef 100644 --- a/youtube_dl/extractor/vlive.py +++ b/youtube_dl/extractor/vlive.py @@ -41,7 +41,7 @@ class VLiveIE(InfoExtractor): thumbnail = self._og_search_thumbnail(webpage) creator = self._html_search_regex( r'<span[^>]+class="name">([^<>]+)</span>', webpage, 'creator') - + url = 'http://global.apis.naver.com/globalV/globalV/vod/%s/playinfo?' % video_id msgpad = '%.0f' % (time() * 1000) md = b64encode( |