mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	| @@ -220,7 +220,7 @@ def sanitize_got_info_dict(got_dict): | ||||
|     IGNORED_PREFIXES = ('', 'playlist', 'requested', 'webpage') | ||||
|  | ||||
|     def sanitize(key, value): | ||||
|         if isinstance(value, str) and len(value) > 100: | ||||
|         if isinstance(value, str) and len(value) > 100 and key != 'thumbnail': | ||||
|             return f'md5:{md5(value)}' | ||||
|         elif isinstance(value, list) and len(value) > 10: | ||||
|             return f'count:{len(value)}' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan