mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
[reddit] Sort formats (closes #14430)
This commit is contained in:
parent
e952847541
commit
665f42d8c1
@ -35,6 +35,8 @@ def _real_extract(self, url):
|
||||
'https://v.redd.it/%s/DASHPlaylist.mpd' % video_id, video_id,
|
||||
mpd_id='dash', fatal=False))
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': video_id,
|
||||
|
Loading…
Reference in New Issue
Block a user