[ooyala] fix typo
authorRemita Amine <remitamine@gmail.com>
Sat, 14 Jan 2017 06:12:31 +0000 (07:12 +0100)
committerRemita Amine <remitamine@gmail.com>
Sat, 14 Jan 2017 06:12:50 +0000 (07:12 +0100)
youtube_dl/extractor/ooyala.py

index f00cf745b0f0122dcb5a4eb07c8c2f01565c2d82..84be2b1e3fe9fec47e915c13b14a8f23c0383232 100644 (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':