Compare commits

..

No commits in common. "1fcdc82b922ed342fa70348bb3a5270bd88e4a14" and "9a039c174f678e5438f2f2f3080720cf772d1cde" have entirely different histories.

View File

@ -40,9 +40,7 @@ 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',
entry_protocol='m3u8_native')
self._sort_formats(formats)
m3u8_url, video_id, ext='mp4', m3u8_id='hls')
return {
'id': video_id,