mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[crunchyroll] fix is_logged check
This commit is contained in:
		| @@ -60,7 +60,7 @@ class CrunchyrollBaseIE(InfoExtractor): | ||||
|             self._LOGIN_URL, None, 'Downloading login page') | ||||
|  | ||||
|         def is_logged(webpage): | ||||
|             return '<title>Redirecting' in webpage | ||||
|             return 'href="/logout"' in webpage | ||||
|  | ||||
|         # Already logged in | ||||
|         if is_logged(login_page): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine