소스 검색

[vessel] Use native hls by default

Sergey M․ 9 년 전
부모
커밋
a479b8f687
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      youtube_dl/extractor/vessel.py

+ 2 - 1
youtube_dl/extractor/vessel.py

@@ -113,7 +113,8 @@ class VesselIE(InfoExtractor):
                 continue
                 continue
             if f.get('name') == 'hls-index':
             if f.get('name') == 'hls-index':
                 formats.extend(self._extract_m3u8_formats(
                 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:
             else:
                 formats.append({
                 formats.append({
                     'format_id': f.get('name'),
                     'format_id': f.get('name'),