[vessel] Use native hls by default
authorSergey M․ <dstftw@gmail.com>
Wed, 8 Jun 2016 21:09:32 +0000 (04:09 +0700)
committerSergey M․ <dstftw@gmail.com>
Wed, 8 Jun 2016 21:09:32 +0000 (04:09 +0700)
youtube_dl/extractor/vessel.py

index e027c018ba290f8bcec774ef8465475609ae7a1c..59f2b4ba4feb94be13d5be9fb39d4b1ecf50787b 100644 (file)
@@ -113,7 +113,8 @@ class VesselIE(InfoExtractor):
                 continue
             if f.get('name') == 'hls-index':
                 formats.extend(self._extract_m3u8_formats(
-                    location, video_id, ext='mp4', m3u8_id='m3u8'))
+                    location, video_id, ext='mp4',
+                    entry_protocol='m3u8_native', m3u8_id='m3u8'))
             else:
                 formats.append({
                     'format_id': f.get('name'),