about summary refs log tree commit diff
path: root/youtube_dl/extractor/ooyala.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2016-09-21 21:49:52 +0100
committerRemita Amine <remitamine@gmail.com>2016-09-21 21:49:52 +0100
commit1978540a5122c53012e17a78841f3da0df77fd34 (patch)
tree9efe7ffc75e17f5ec0499cf5f825e58a05d10bd9 /youtube_dl/extractor/ooyala.py
parent12f211d0cbd25554ff3116ee173ffc3f25d0e453 (diff)
downloadyoutube-dl-1978540a5122c53012e17a78841f3da0df77fd34.tar.gz
youtube-dl-1978540a5122c53012e17a78841f3da0df77fd34.tar.xz
youtube-dl-1978540a5122c53012e17a78841f3da0df77fd34.zip
[ooyala] extract all hls formats
Diffstat (limited to 'youtube_dl/extractor/ooyala.py')
-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 2038a6ba5..72ec20938 100644
--- a/youtube_dl/extractor/ooyala.py
+++ b/youtube_dl/extractor/ooyala.py
@@ -47,7 +47,7 @@ class OoyalaBaseIE(InfoExtractor):
                 delivery_type = stream['delivery_type']
                 if delivery_type == 'hls' or ext == 'm3u8':
                     formats.extend(self._extract_m3u8_formats(
-                        s_url, embed_code, 'mp4', 'm3u8_native',
+                        re.sub(r'/ip(?:ad|hone)/', '/all/', s_url), embed_code, 'mp4', 'm3u8_native',
                         m3u8_id='hls', fatal=False))
                 elif delivery_type == 'hds' or ext == 'f4m':
                     formats.extend(self._extract_f4m_formats(