youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c758bf9fd7625b8db3c64a06e100ddc5a4ae07d3
parent 900813a328813ae9095ebfd2b2b846a9d98e2821
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Wed,  7 Jan 2015 11:56:22 +0100

[nrktv] Remove 'proxy' parameter from tests

Diffstat:
Myoutube_dl/extractor/nrk.py | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/youtube_dl/extractor/nrk.py b/youtube_dl/extractor/nrk.py @@ -111,9 +111,6 @@ class NRKTVIE(InfoExtractor): 'upload_date': '20150106', }, 'skip': 'Only works from Norway', - 'params': { - 'proxy': '127.0.0.1:8118', - }, }, { 'url': 'http://tv.nrk.no/serie/tour-de-ski/MSPO40010515/06-01-2015', @@ -147,9 +144,6 @@ class NRKTVIE(InfoExtractor): 'duration': 6947.5199999999995, }, 'skip': 'Only works from Norway', - 'params': { - 'proxy': '127.0.0.1:8118', - }, } ]