diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-06-23 20:56:48 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-06-23 20:56:48 +0700 |
commit | b5f523ed62f6c84fe0c58274f1751e66c58282d8 (patch) | |
tree | 10b771f167c66e9ee527a0bb8a30fa901ba20a13 /youtube_dl | |
parent | 4f4dd8d797538476a5a97f90e7074df2105d7573 (diff) |
[ooyala] Add test for missing stream['url']['data']
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/ooyala.py | 5 |
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, } ] |