Browse Source

[nrktv] Remove 'proxy' parameter from tests

totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
c758bf9fd7
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      youtube_dl/extractor/nrk.py

+ 0
- 6
youtube_dl/extractor/nrk.py View File

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


Loading…
Cancel
Save