mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[extractor] Deprecate _sort_formats
				
					
				
			This commit is contained in:
		| @@ -58,7 +58,6 @@ class DrTuberIE(InfoExtractor): | ||||
|                     'quality': 2 if format_id == 'hq' else 1, | ||||
|                     'url': video_url | ||||
|                 }) | ||||
|         self._sort_formats(formats) | ||||
| 
 | ||||
|         duration = int_or_none(video_data.get('duration')) or parse_duration( | ||||
|             video_data.get('duration_format')) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan