aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-06-23 20:56:48 +0700
committerSergey M․ <dstftw@gmail.com>2017-06-23 20:56:48 +0700
commitb5f523ed62f6c84fe0c58274f1751e66c58282d8 (patch)
tree10b771f167c66e9ee527a0bb8a30fa901ba20a13
parent4f4dd8d797538476a5a97f90e7074df2105d7573 (diff)
downloadyoutube-dl-b5f523ed62f6c84fe0c58274f1751e66c58282d8.tar.xz
[ooyala] Add test for missing stream['url']['data']
-rw-r--r--youtube_dl/extractor/ooyala.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube_dl/extractor/ooyala.py b/youtube_dl/extractor/ooyala.py
index a25f326b5..52580baed 100644
--- a/youtube_dl/extractor/ooyala.py
+++ b/youtube_dl/extractor/ooyala.py
@@ -140,6 +140,11 @@ class OoyalaIE(OoyalaBaseIE):
'title': 'Divide Tool Path.mp4',
'duration': 204.405,
}
+ },
+ {
+ # empty stream['url']['data']
+ 'url': 'http://player.ooyala.com/player.js?embedCode=w2bnZtYjE6axZ_dw1Cd0hQtXd_ige2Is',
+ 'only_matching': True,
}
]