youtube-dl

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

commit b7b2ca6e2b28454fdf50bfa8febad19f29af6747
parent c8e390c2b050e5fbe0a145ad4b621b2496020bab
Author: Sergey M <dstftw@gmail.com>
Date:   Sat, 11 Oct 2014 16:07:39 +0700

Merge pull request #3921 from Dineshs91/ndr-fix

Fix ndr.de outdated test url
Diffstat:
Myoutube_dl/extractor/ndr.py | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/youtube_dl/extractor/ndr.py b/youtube_dl/extractor/ndr.py @@ -18,16 +18,16 @@ class NDRIE(InfoExtractor): _TESTS = [ { - 'url': 'http://www.ndr.de/fernsehen/media/dienordreportage325.html', - 'md5': '4a4eeafd17c3058b65f0c8f091355855', + 'url': 'http://www.ndr.de/fernsehen/sendungen/nordmagazin/Kartoffeltage-in-der-Lewitz,nordmagazin25866.html', + 'md5': '5bc5f5b92c82c0f8b26cddca34f8bb2c', 'note': 'Video file', 'info_dict': { - 'id': '325', + 'id': '25866', 'ext': 'mp4', - 'title': 'Blaue Bohnen aus Blocken', - 'description': 'md5:190d71ba2ccddc805ed01547718963bc', - 'duration': 1715, - }, + 'title': 'Kartoffeltage in der Lewitz', + 'description': 'md5:16d4d66907f541692e8182c33270f29a', + 'duration': 166, + } }, { 'url': 'http://www.ndr.de/info/audio51535.html',