mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-16 05:40:55 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -296,7 +296,6 @@ class SoundcloudBaseIE(InfoExtractor):
|
||||
|
||||
if not formats and info.get('policy') == 'BLOCK':
|
||||
self.raise_geo_restricted(metadata_available=True)
|
||||
self._sort_formats(formats)
|
||||
|
||||
user = info.get('user') or {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user