mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[vidme] Prefer non clip (Closes #6924)
This commit is contained in:
		| @@ -119,6 +119,7 @@ class VidmeIE(InfoExtractor): | ||||
|             'url': f['uri'], | ||||
|             'width': int_or_none(f.get('width')), | ||||
|             'height': int_or_none(f.get('height')), | ||||
|             'preference': 0 if f.get('type', '').endswith('clip') else 1, | ||||
|         } for f in video.get('formats', []) if f.get('uri')] | ||||
|         self._sort_formats(formats) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․