mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-15 04:19:57 +08:00
Add missing test for flvpd.vtm.be/video.medialaancdn.be
This commit is contained in:
parent
f809fc24bf
commit
9b91681a1a
@ -137,6 +137,20 @@ class MediahuisIE(InfoExtractor):
|
||||
'uploader_id': 'batchUser',
|
||||
'timestamp': 1491990547,
|
||||
}
|
||||
},
|
||||
|
||||
# Gazet van Antwerpen (flvpd.vtm.be/video.medialaancdn.be)
|
||||
{
|
||||
'url': 'http://www.gva.be/cnt/dmf20170105_02660060/nieuwe-vtm-programma-groeten-uit-groeit-uit-tot-nostalgische-hit',
|
||||
'md5': '1ec96a60672a7aab8ae8590c2c03eb27',
|
||||
'info_dict': {
|
||||
'id': '02660060',
|
||||
'ext': 'mp4',
|
||||
'title': 'Nieuw VTM-programma "Groeten uit" groeit uit tot nostalgische hit',
|
||||
'description': 'Bekende Vlamingen worden met hun gezin teruggestuurd naar het jaar waarin ze twaalf waren. '
|
||||
'Dat is het opzet van de nieuwe VTM-reeks "Groeten uit". Staf Cop...',
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user