projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f4dd8d
)
[ooyala] Add test for missing stream['url']['data']
author
Sergey M․
<dstftw@gmail.com>
Fri, 23 Jun 2017 13:56:48 +0000
(20:56 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 23 Jun 2017 13:56:48 +0000
(20:56 +0700)
youtube_dl/extractor/ooyala.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ooyala.py
b/youtube_dl/extractor/ooyala.py
index a25f326b55ebee70748f599d4c7f637d1f2aba1d..52580baed3c49242be55529f8c75f5d110ff41f7 100644
(file)
--- 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,
}
]