浏览代码

[vine] Remove superfluous whitespace

Sergey M․ 9 年之前
父节点
当前提交
ac2d8f54d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/vine.py

+ 1 - 1
youtube_dl/extractor/vine.py

@@ -93,7 +93,7 @@ class VineIE(InfoExtractor):
                 r'window\.POST_DATA\s*=\s*({.+?});\s*</script>',
                 webpage, 'vine data'),
             video_id)
-        
+
         data = data[list(data.keys())[0]]
 
         formats = [{