mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	remove unnecessary assignment parenthesis
This commit is contained in:
		| @@ -85,7 +85,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor): | ||||
|  | ||||
|         If _LOGIN_REQUIRED is set and no authentication was provided, an error is raised. | ||||
|         """ | ||||
|         (username, password) = self._get_login_info() | ||||
|         username, password = self._get_login_info() | ||||
|         # No authentication to be performed | ||||
|         if username is None: | ||||
|             if self._LOGIN_REQUIRED and self._downloader.params.get('cookiefile') is None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine