소스 검색

[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',
         },
     }]