mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 06:05:13 +00:00 
			
		
		
		
	Remove sensitive data from logging in messages
This commit is contained in:
		| @@ -57,7 +57,7 @@ class FunimationIE(InfoExtractor): | ||||
|         try: | ||||
|             data = self._download_json( | ||||
|                 'https://prod-api-funimationnow.dadcdigital.com/api/auth/login/', | ||||
|                 None, 'Logging in as %s' % username, data=urlencode_postdata({ | ||||
|                 None, 'Logging in', data=urlencode_postdata({ | ||||
|                     'username': username, | ||||
|                     'password': password, | ||||
|                 })) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․