mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[extractor] Deprecate _sort_formats
				
					
				
			This commit is contained in:
		| @@ -57,7 +57,6 @@ class PlanetMarathiIE(InfoExtractor): | ||||
|                 asset_title = id.replace('-', ' ') | ||||
|             asset_id = f'{asset["sk"]}_{id}'.replace('#', '-') | ||||
|             formats, subtitles = self._extract_m3u8_formats_and_subtitles(asset['mediaAssetURL'], asset_id) | ||||
|             self._sort_formats(formats) | ||||
|             entries.append({ | ||||
|                 'id': asset_id, | ||||
|                 'title': asset_title, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan