]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/sendtonews.py
[cleanup] Fix some typos (#2033)
[yt-dlp.git] / yt_dlp / extractor / sendtonews.py
index bc38a0f1e8a6ea2da8629c81d33d277c610264c7..858547b54f6e74f382511ae8c489a0a623f2525e 100644 (file)
@@ -80,7 +80,7 @@ def _real_extract(self, url):
                     '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'))