Sort formats!

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

@ -42,6 +42,7 @@ class TelewebionIE(InfoExtractor):
formats = self._extract_m3u8_formats(
m3u8_url, video_id, ext='mp4', m3u8_id='hls',
entry_protocol='m3u8_native')
self._sort_formats(formats)
return {
'id': video_id,

Loading…
Cancel
Save