mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[ndr] Replace 404 test
This commit is contained in:
parent
b71dbc57c4
commit
463b334616
|
@ -26,15 +26,15 @@ class NDRIE(InfoExtractor):
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': 'http://www.ndr.de/903/audio191719.html',
|
'url': 'http://www.ndr.de/info/audio51535.html',
|
||||||
'md5': '41ed601768534dd18a9ae34d84798129',
|
'md5': 'bb3cd38e24fbcc866d13b50ca59307b8',
|
||||||
'note': 'Audio file',
|
'note': 'Audio file',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '191719',
|
'id': '51535',
|
||||||
'ext': 'mp3',
|
'ext': 'mp3',
|
||||||
'title': '"Es war schockierend"',
|
'title': 'La Valette entgeht der Hinrichtung',
|
||||||
'description': 'md5:ed7ff8364793545021a6355b97e95f10',
|
'description': 'md5:22f9541913a40fe50091d5cdd7c9f536',
|
||||||
'duration': 112,
|
'duration': 884,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue