Browse Source

[vlive] PEP8

Yen Chi Hsuan 10 năm trước cách đây
mục cha
commit
08354db47b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      youtube_dl/extractor/vlive.py

+ 1 - 1
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(