diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-03-04 23:23:30 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-03-04 23:23:30 +0700 |
commit | d53b6764d05442e9c68991911e860c88516089ce (patch) | |
tree | c6ce18b74827d11fff23d258913efbe76769aa70 /youtube_dl/extractor/hidive.py | |
parent | 62f49dd3b9d7f44537f70a31a0e37aa3dd9e91a9 (diff) |
[hidive] Remove proxy from params
Diffstat (limited to 'youtube_dl/extractor/hidive.py')
-rw-r--r-- | youtube_dl/extractor/hidive.py | 1 |
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', }, }] |