diff options
author | Unit 193 <32967979+unit193@users.noreply.github.com> | 2021-12-19 10:18:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 20:48:06 +0530 |
commit | e75bb0d6c342c8664f136f6e5492c62123749497 (patch) | |
tree | 73b5be472ca9c78bb9b4826cc65d145797a5731f /yt_dlp/extractor | |
parent | dd0228ce1f708b12d7b1579438f63fda37c5bb48 (diff) | |
download | hypervideo-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.py | 2 |
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')) |