1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-28 16:09:32 +00:00

Sort formats!

This commit is contained in:
dirkf 2023-12-02 14:53:36 +00:00 committed by GitHub
parent 11e1e1747d
commit 1fcdc82b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,