mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 01:27:07 -05:00 
			
		
		
		
	[extractor/common] Clarify preference key in formats
This commit is contained in:
		@@ -74,7 +74,7 @@ class InfoExtractor(object):
 | 
			
		||||
                                 "http", "https", "rtsp", "rtmp", "m3u8" or so.
 | 
			
		||||
                    * preference Order number of this format. If this field is
 | 
			
		||||
                                 present and not None, the formats get sorted
 | 
			
		||||
                                 by this field.
 | 
			
		||||
                                 by this field, regardless of all other values.
 | 
			
		||||
                                 -1 for default (order by other properties),
 | 
			
		||||
                                 -2 or smaller for less than default.
 | 
			
		||||
                    * quality    Order number of the video quality of this
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user