[vessel] Make hls formats non fatal
authorSergey M․ <dstftw@gmail.com>
Wed, 8 Jun 2016 21:13:38 +0000 (04:13 +0700)
committerSergey M․ <dstftw@gmail.com>
Wed, 8 Jun 2016 21:13:38 +0000 (04:13 +0700)
youtube_dl/extractor/vessel.py

index c53f4458492dbf7a3ddc5f884ede96258ecbaf44..2cd617b91ce4a4a7eba0a639c0956dca3e168576 100644 (file)
@@ -115,7 +115,7 @@ class VesselIE(InfoExtractor):
             if name == 'hls-index':
                 formats.extend(self._extract_m3u8_formats(
                     location, video_id, ext='mp4',
-                    entry_protocol='m3u8_native', m3u8_id='m3u8'))
+                    entry_protocol='m3u8_native', m3u8_id='m3u8', fatal=False))
             elif name == 'dash-index':
                 formats.extend(self._extract_mpd_formats(
                     location, video_id, mpd_id='dash', fatal=False))