mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-28 13:14:48 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -57,7 +57,6 @@ class TunePkIE(InfoExtractor):
|
||||
|
||||
formats = self._parse_jwplayer_formats(
|
||||
details['player']['sources'], video_id)
|
||||
self._sort_formats(formats)
|
||||
|
||||
description = self._og_search_description(
|
||||
webpage, default=None) or self._html_search_meta(
|
||||
|
Reference in New Issue
Block a user