summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-01-14 07:12:31 +0100
committerRemita Amine <remitamine@gmail.com>2017-01-14 07:12:50 +0100
commit99d537a5e08499e20c3507c3f84048feacf77522 (patch)
treec30ea03766749e85ab8f43b57ca1f6f750db600d
parent8854f3fe782e48f4b145eacf58cca533a9f9b199 (diff)
downloadyoutube-dl-99d537a5e08499e20c3507c3f84048feacf77522.tar.gz
youtube-dl-99d537a5e08499e20c3507c3f84048feacf77522.tar.xz
youtube-dl-99d537a5e08499e20c3507c3f84048feacf77522.zip
[ooyala] fix typo
-rw-r--r--youtube_dl/extractor/ooyala.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ooyala.py b/youtube_dl/extractor/ooyala.py
index f00cf745b..84be2b1e3 100644
--- 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':