summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-03-04 23:23:30 +0700
committerSergey M․ <dstftw@gmail.com>2018-03-04 23:23:30 +0700
commitd53b6764d05442e9c68991911e860c88516089ce (patch)
treec6ce18b74827d11fff23d258913efbe76769aa70
parent62f49dd3b9d7f44537f70a31a0e37aa3dd9e91a9 (diff)
downloadyoutube-dl-d53b6764d05442e9c68991911e860c88516089ce.tar.gz
youtube-dl-d53b6764d05442e9c68991911e860c88516089ce.tar.xz
youtube-dl-d53b6764d05442e9c68991911e860c88516089ce.zip
[hidive] Remove proxy from params
-rw-r--r--youtube_dl/extractor/hidive.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/hidive.py b/youtube_dl/extractor/hidive.py
index 1c70b6646..eee517071 100644
--- a/youtube_dl/extractor/hidive.py
+++ b/youtube_dl/extractor/hidive.py
@@ -30,7 +30,6 @@ class HiDiveIE(InfoExtractor):
         },
         'params': {
             'skip_download': True,
-            'proxy': '192.99.245.228:3128',
         },
     }]