mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Separate --check-all-formats from --check-formats
				
					
				
			Previously, `--check-formats` tested only the selected video formats, but ALL thumbnails
This commit is contained in:
		| @@ -4050,6 +4050,8 @@ class LazyList(collections.abc.Sequence): | ||||
|  | ||||
|     def __exhaust(self): | ||||
|         self.__cache.extend(self.__iterable) | ||||
|         # Discard the emptied iterable to make it pickle-able | ||||
|         self.__iterable = [] | ||||
|         return self.__cache | ||||
|  | ||||
|     def exhaust(self): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan