Browse Source
[ooyala] Add test for missing stream['url']['data']
master
Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
5 additions and
0 deletions
-
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, |
|
|
|
} |
|
|
|
] |
|
|
|
|
|
|
|