X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fndr.py;h=0650f956481c9011032a278fc1a9375b98e26539;hb=ea38e55fff639545394e32208a7dabc7e6258166;hp=bf6782d7d83bf5173fc0aa1ce939513a08d853b8;hpb=f4371f47849bcc3f53bf96eb10c29b1081bc374a;p=youtube-dl diff --git a/youtube_dl/extractor/ndr.py b/youtube_dl/extractor/ndr.py index bf6782d7d..0650f9564 100644 --- a/youtube_dl/extractor/ndr.py +++ b/youtube_dl/extractor/ndr.py @@ -13,28 +13,28 @@ class NDRIE(InfoExtractor): _VALID_URL = r'https?://www\.ndr\.de/.+?(?P\d+)\.html' _TESTS = [ - # video { - 'url': 'http://www.ndr.de/fernsehen/sendungen/hallo_niedersachsen/media/hallonds19925.html', - 'md5': '20eba151ff165f386643dad9c1da08f7', + 'url': 'http://www.ndr.de/fernsehen/sendungen/markt/markt7959.html', + 'md5': 'e7a6079ca39d3568f4996cb858dd6708', + 'note': 'Video file', 'info_dict': { - 'id': '19925', + 'id': '7959', 'ext': 'mp4', - 'title': 'Hallo Niedersachsen ', - 'description': 'Bei Hallo Niedersachsen um 19:30 Uhr erfahren Sie alles, was am Tag in Niedersachsen los war.', - 'duration': 1722, + 'title': 'Markt - die ganze Sendung', + 'description': 'md5:af9179cf07f67c5c12dc6d9997e05725', + 'duration': 2655, }, }, - # audio { - 'url': 'http://www.ndr.de/903/audio191719.html', - 'md5': '41ed601768534dd18a9ae34d84798129', + 'url': 'http://www.ndr.de/info/audio51535.html', + 'md5': 'bb3cd38e24fbcc866d13b50ca59307b8', + 'note': 'Audio file', 'info_dict': { - 'id': '191719', + 'id': '51535', 'ext': 'mp3', - 'title': '"Es war schockierend"', - 'description': 'md5:ed7ff8364793545021a6355b97e95f10', - 'duration': 112, + 'title': 'La Valette entgeht der Hinrichtung', + 'description': 'md5:22f9541913a40fe50091d5cdd7c9f536', + 'duration': 884, } } ]