aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/vlive.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-09-05 15:25:19 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-09-05 15:25:19 +0800
commit08354db47bba1138798c164c6bab8024600fd057 (patch)
tree9c3027a2c4ea567137f4b859b1d12dbc57cb049d /youtube_dl/extractor/vlive.py
parent027eb5a6b041a91ca7fdd61826daaea24bec1cfb (diff)
downloadyoutube-dl-08354db47bba1138798c164c6bab8024600fd057.tar.xz
[vlive] PEP8
Diffstat (limited to 'youtube_dl/extractor/vlive.py')
-rw-r--r--youtube_dl/extractor/vlive.py2
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(