mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[Nebula] Fix bug in 52efa4b312
				
					
				
			This commit is contained in:
		| @@ -86,7 +86,7 @@ class NebulaBaseIE(InfoExtractor): | ||||
|             # if 401 or 403, attempt credential re-auth and retry | ||||
|             if exc.cause and isinstance(exc.cause, urllib.error.HTTPError) and exc.cause.code in (401, 403): | ||||
|                 self.to_screen(f'Reauthenticating to Nebula and retrying, because last {auth_type} call resulted in error {exc.cause.code}') | ||||
|                 self._login() | ||||
|                 self._perform_login() | ||||
|                 return inner_call() | ||||
|             else: | ||||
|                 raise | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan