瀏覽代碼

[hidive] Remove proxy from params

Sergey M․ 7 年之前
父節點
當前提交
d53b6764d0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/extractor/hidive.py

+ 0 - 1
youtube_dl/extractor/hidive.py

@@ -30,7 +30,6 @@ class HiDiveIE(InfoExtractor):
         },
         'params': {
             'skip_download': True,
-            'proxy': '192.99.245.228:3128',
         },
     }]