mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Add HDR information to formats
This commit is contained in:
		| @@ -2653,7 +2653,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): | ||||
|  | ||||
|         # Source is given priority since formats that throttle are given lower source_preference | ||||
|         # When throttling issue is fully fixed, remove this | ||||
|         self._sort_formats(formats, ('quality', 'res', 'fps', 'source', 'codec:vp9.2', 'lang')) | ||||
|         self._sort_formats(formats, ('quality', 'res', 'fps', 'hdr:12', 'source', 'codec:vp9.2', 'lang')) | ||||
|  | ||||
|         keywords = get_first(video_details, 'keywords', expected_type=list) or [] | ||||
|         if not keywords and webpage: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan