mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	| @@ -305,7 +305,7 @@ def write_json_file(obj, fn): | ||||
|  | ||||
|     try: | ||||
|         with tf: | ||||
|             json.dump(obj, tf) | ||||
|             json.dump(obj, tf, ensure_ascii=False) | ||||
|         if sys.platform == 'win32': | ||||
|             # Need to remove existing file on Windows, else os.rename raises | ||||
|             # WindowsError or FileExistsError. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan