mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	| @@ -3368,7 +3368,7 @@ def js_to_json(code, vars={}, *, strict=False): | ||||
|             try: | ||||
|                 if not strict: | ||||
|                     json.loads(vars[v]) | ||||
|             except json.decoder.JSONDecodeError: | ||||
|             except json.JSONDecodeError: | ||||
|                 return json.dumps(vars[v]) | ||||
|             else: | ||||
|                 return vars[v] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan