Use native M3U8 downloader

pull/32634/head
dirkf 5 months ago committed by GitHub
parent 9a039c174f
commit 11e1e1747d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,8 @@ class TelewebionIE(InfoExtractor):
m3u8_url = 'https://cdna.telewebion.com/{0}/episode/{1}/playlist.m3u8'.format(channel_id, video_id)
formats = self._extract_m3u8_formats(
m3u8_url, video_id, ext='mp4', m3u8_id='hls')
m3u8_url, video_id, ext='mp4', m3u8_id='hls',
entry_protocol='m3u8_native')
return {
'id': video_id,

Loading…
Cancel
Save