commit: c798f15b989bc8c3578c5b0baf75f4fb4760ba81
parent 2dcc114f84ebd6ea18b60a57070bcb81861d8f84
Author: Sergey M․ <dstftw@gmail.com>
Date: Wed, 15 Apr 2015 22:13:01 +0600
[generic] Add test for playwire embed (#5430)
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
@@ -622,6 +622,17 @@ class GenericIE(InfoExtractor):
'age_limit': 0,
},
},
+ # Playwire embed
+ {
+ 'url': 'http://www.cinemablend.com/new/First-Joe-Dirt-2-Trailer-Teaser-Stupid-Greatness-70874.html',
+ 'info_dict': {
+ 'id': '3519514',
+ 'ext': 'mp4',
+ 'title': 'Joe Dirt 2 Beautiful Loser Teaser Trailer',
+ 'thumbnail': 're:^https?://.*\.png$',
+ 'duration': 45.115,
+ },
+ },
# 5min embed
{
'url': 'http://techcrunch.com/video/facebook-creates-on-this-day-crunch-report/518726732/',