From 08354db47bba1138798c164c6bab8024600fd057 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Sat, 5 Sep 2015 15:25:19 +0800 Subject: [PATCH] [vlive] PEP8 --- youtube_dl/extractor/vlive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']+class="name">([^<>]+)', webpage, 'creator') - + url = 'http://global.apis.naver.com/globalV/globalV/vod/%s/playinfo?' % video_id msgpad = '%.0f' % (time() * 1000) md = b64encode( -- 2.30.2