浏览代码

[vine] Remove debugging code

Philipp Hagemeister 11 年之前
父节点
当前提交
0049594efb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/vine.py

+ 1 - 1
youtube_dl/extractor/vine.py

@@ -31,7 +31,7 @@ class VineIE(InfoExtractor):
 
 
         data = json.loads(self._html_search_regex(
         data = json.loads(self._html_search_regex(
             r'window\.POST_DATA = { %s: ({.+?}) }' % video_id, webpage, 'vine data'))
             r'window\.POST_DATA = { %s: ({.+?}) }' % video_id, webpage, 'vine data'))
-        print(json.dumps(data, indent=2))
+
         formats = [
         formats = [
             {
             {
                 'url': data['videoLowURL'],
                 'url': data['videoLowURL'],