mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-20 08:25:21 +00:00
@@ -80,7 +80,7 @@ class SendtoNewsIE(InfoExtractor):
|
||||
'format_id': '%s-%d' % (determine_protocol(f), tbr),
|
||||
'tbr': tbr,
|
||||
})
|
||||
# 'tbr' was explicitly set to be prefered over 'height' originally,
|
||||
# 'tbr' was explicitly set to be preferred over 'height' originally,
|
||||
# So this is being kept unless someone can confirm this is unnecessary
|
||||
self._sort_formats(info_dict['formats'], ('tbr', 'res'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user