mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[crunchyroll] Better error reporting on login failure (#2938)
Authored by: tejing1
This commit is contained in:
		| @@ -85,7 +85,7 @@ class CrunchyrollBaseIE(InfoExtractor): | ||||
|                 'session_id': session_id | ||||
|             }).encode('ascii')) | ||||
|         if login_response['code'] != 'ok': | ||||
|             raise ExtractorError('Login failed. Bad username or password?', expected=True) | ||||
|             raise ExtractorError('Login failed. Server message: %s' % login_response['message'], expected=True) | ||||
|         if not self._get_cookies(self._LOGIN_URL).get('etp_rt'): | ||||
|             raise ExtractorError('Login succeeded but did not set etp_rt cookie') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Huffman
					Jeff Huffman