1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-05 07:13:33 +08:00

[ooyala] fix typo

This commit is contained in:
Remita Amine
2017-01-14 07:12:31 +01:00
committed by motophil
Unverified
parent c74796b4c8
commit 7ed36d9c90
+1 -1
View File
@@ -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':