aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-08 02:00:49 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-08 02:00:49 +0600
commitbf94d763ba73e09fd77d25110c7219254b63c786 (patch)
treed728fd5708c8e769f769453fc2eb77f1726ff79b
parent8a37aa1517ccc474b3e2831b77e48534cb8ed47c (diff)
downloadyoutube-dl-bf94d763ba73e09fd77d25110c7219254b63c786.tar.xz
[extractor/generic] Add test for #6485
-rw-r--r--youtube_dl/extractor/generic.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py
index 649c0bce6..469909a51 100644
--- a/youtube_dl/extractor/generic.py
+++ b/youtube_dl/extractor/generic.py
@@ -236,6 +236,19 @@ class GenericIE(InfoExtractor):
},
'add_ie': ['Ooyala'],
},
+ {
+ # ooyala video embedded with http://player.ooyala.com/iframe.js
+ 'url': 'http://www.macrumors.com/2015/07/24/steve-jobs-the-man-in-the-machine-first-trailer/',
+ 'info_dict': {
+ 'id': 'p0MGJndjoG5SOKqO_hZJuZFPB-Tr5VgB',
+ 'ext': 'mp4',
+ 'title': '"Steve Jobs: Man in the Machine" trailer',
+ 'description': 'The first trailer for the Alex Gibney documentary "Steve Jobs: Man in the Machine."',
+ },
+ 'params': {
+ 'skip_download': True,
+ },
+ },
# multiple ooyala embeds on SBN network websites
{
'url': 'http://www.sbnation.com/college-football-recruiting/2015/2/3/7970291/national-signing-day-rationalizations-itll-be-ok-itll-be-ok',