mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[tests] Fix tests
This commit is contained in:
		| @@ -2014,7 +2014,7 @@ class YoutubeDL(object): | ||||
|                         yield from _check_formats(ctx['formats'][::-1]) | ||||
|                 elif format_spec == 'mergeall': | ||||
|                     def selector_function(ctx): | ||||
|                         formats = list(_check_formats(ctx['formats'][::-1])) | ||||
|                         formats = list(_check_formats(ctx['formats'])) | ||||
|                         if not formats: | ||||
|                             return | ||||
|                         merged_format = formats[-1] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan