mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-30 06:04:53 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -119,8 +119,6 @@ class TV4IE(InfoExtractor):
|
||||
if not formats and info.get('is_geo_restricted'):
|
||||
self.raise_geo_restricted(countries=self._GEO_COUNTRIES, metadata_available=True)
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': title,
|
||||
|
Reference in New Issue
Block a user