diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-08-07 18:13:05 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-08-07 18:13:05 +0700 |
commit | 998f0944526658ae19f29fd4ca04391a5a1ac027 (patch) | |
tree | d8d79b6fb553da5ddf3377c64087038703da1a3e | |
parent | aaa42cf0cf3e8c09209908474998fbd3dc86b91a (diff) |
[bbc] Remove proxy from test
-rw-r--r-- | youtube_dl/extractor/bbc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index d059e02a3..b29e05970 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -660,7 +660,6 @@ class BBCIE(BBCCoUkIE): 'params': { # m3u8 download 'skip_download': True, - 'proxy': '5.101.173.158:8080', }, 'skip': 'Georestricted to UK', }, { |