mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-31 22:55:18 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -74,7 +74,6 @@ class PlayvidIE(InfoExtractor):
|
||||
'height': height,
|
||||
'url': val,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
# Extract title - should be in the flashvars; if not, look elsewhere
|
||||
if video_title is None:
|
||||
|
||||
Reference in New Issue
Block a user