1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-20 08:25:21 +00:00

[cleanup] Fix some typos (#2033)

Authored by: unit193
This commit is contained in:
Unit 193
2021-12-19 10:18:06 -05:00
committed by GitHub
parent dd0228ce1f
commit e75bb0d6c3
7 changed files with 58 additions and 58 deletions

View File

@@ -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'))