projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8854f3f
)
[ooyala] fix typo
author
Remita Amine
<remitamine@gmail.com>
Sat, 14 Jan 2017 06:12:31 +0000
(07:12 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Sat, 14 Jan 2017 06:12:50 +0000
(07:12 +0100)
youtube_dl/extractor/ooyala.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ooyala.py
b/youtube_dl/extractor/ooyala.py
index f00cf745b0f0122dcb5a4eb07c8c2f01565c2d82..84be2b1e3fe9fec47e915c13b14a8f23c0383232 100644
(file)
--- a/
youtube_dl/extractor/ooyala.py
+++ b/
youtube_dl/extractor/ooyala.py
@@
-53,7
+53,7
@@
class OoyalaBaseIE(InfoExtractor):
elif delivery_type == 'hds' or ext == 'f4m':
formats.extend(self._extract_f4m_formats(
s_url + '?hdcore=3.7.0', embed_code, f4m_id='hds', fatal=False))
- elif delivery_type == '
hds
' or ext == 'mpd':
+ elif delivery_type == '
dash
' or ext == 'mpd':
formats.extend(self._extract_mpd_formats(
s_url, embed_code, mpd_id='dash', fatal=False))
elif delivery_type == 'smooth':