mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-21 07:28:52 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -1233,7 +1233,6 @@ class PeerTubeIE(InfoExtractor):
|
||||
else:
|
||||
f['fps'] = int_or_none(file_.get('fps'))
|
||||
formats.append(f)
|
||||
self._sort_formats(formats)
|
||||
|
||||
description = video.get('description')
|
||||
if description and len(description) >= 250:
|
||||
|
||||
Reference in New Issue
Block a user