1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-11 16:50:01 +08:00

Add new test

This commit is contained in:
Urgau 2018-06-12 17:28:27 +02:00 committed by GitHub
parent 828043d57b
commit 379d44c197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,17 @@ class FoxNewsIE(AMPIE):
'skip_download': True,
},
},
{
'url': 'http://www.foxnews.com/us/2018/03/09/parkland-survivor-kyle-kashuv-on-meeting-trump-his-app-to-prevent-another-school-shooting.amp.html?__twitter_impression=true',
'info_dict': {
'id': '5748266721001',
'ext': 'mp4',
'title': "Kyle Kashuv has a positive message for the Trump White House",
'description': "Marjory Stoneman Douglas student disagrees with classmates.",
'duration': 229,
'thumbnail': r're:^https?://.*\.jpg$',
},
},
{
'url': 'http://video.foxnews.com/v/video-embed.html?video_id=3937480&d=video.foxnews.com',
'only_matching': True,