mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[vh1] Add new extractor (#2072)
This commit is contained in:
		| @@ -80,6 +80,8 @@ class MTVServicesInfoExtractor(InfoExtractor): | ||||
|                                 }) | ||||
|             except (KeyError, TypeError): | ||||
|                 raise ExtractorError('Invalid rendition field.') | ||||
|         # worst format is expected to be first and best one last | ||||
|         formats.sort(key=lambda x: int(x['format_id'])) | ||||
|         return formats | ||||
|  | ||||
|     def _get_video_info(self, itemdoc): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ralf Haring
					Ralf Haring