mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
[generic] Update test
This commit is contained in:
parent
d0f2ab6969
commit
d360a14678
@ -35,9 +35,10 @@ class GenericIE(InfoExtractor):
|
|||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
'url': 'http://www.hodiho.fr/2013/02/regis-plante-sa-jeep.html',
|
'url': 'http://www.hodiho.fr/2013/02/regis-plante-sa-jeep.html',
|
||||||
'file': '13601338388002.mp4',
|
'md5': '85b90ccc9d73b4acd9138d3af4c27f89',
|
||||||
'md5': '6e15c93721d7ec9e9ca3fdbf07982cfd',
|
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
'id': '13601338388002',
|
||||||
|
'ext': 'mp4',
|
||||||
'uploader': 'www.hodiho.fr',
|
'uploader': 'www.hodiho.fr',
|
||||||
'title': 'R\u00e9gis plante sa Jeep',
|
'title': 'R\u00e9gis plante sa Jeep',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user