[twitch:vod] Use native hls
[youtube-dl] / youtube_dl / extractor / twitch.py
index f7b98e1908c9c011e8a7f091d9f636667dc63af7..d898f14c32457ac565026525f11d49d95f8c55eb 100644 (file)
@@ -260,7 +260,7 @@ class TwitchVodIE(TwitchItemBaseIE):
                     'nauth': access_token['token'],
                     'nauthsig': access_token['sig'],
                 })),
-            item_id, 'mp4')
+            item_id, 'mp4', entry_protocol='m3u8_native')
 
         self._prefer_source(formats)
         info['formats'] = formats