aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor
diff options
context:
space:
mode:
authorUnit 193 <32967979+unit193@users.noreply.github.com>2021-12-19 10:18:06 -0500
committerGitHub <noreply@github.com>2021-12-19 20:48:06 +0530
commite75bb0d6c342c8664f136f6e5492c62123749497 (patch)
tree73b5be472ca9c78bb9b4826cc65d145797a5731f /yt_dlp/extractor
parentdd0228ce1f708b12d7b1579438f63fda37c5bb48 (diff)
downloadhypervideo-pre-e75bb0d6c342c8664f136f6e5492c62123749497.tar.lz
hypervideo-pre-e75bb0d6c342c8664f136f6e5492c62123749497.tar.xz
hypervideo-pre-e75bb0d6c342c8664f136f6e5492c62123749497.zip
[cleanup] Fix some typos (#2033)
Authored by: unit193
Diffstat (limited to 'yt_dlp/extractor')
-rw-r--r--yt_dlp/extractor/sendtonews.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/sendtonews.py b/yt_dlp/extractor/sendtonews.py
index bc38a0f1e..858547b54 100644
--- a/yt_dlp/extractor/sendtonews.py
+++ b/yt_dlp/extractor/sendtonews.py
@@ -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'))