mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Fix W504 and disable W503 (closes #20863)
This commit is contained in:
		| @@ -60,8 +60,8 @@ class HRTiBaseIE(InfoExtractor): | ||||
|             language=self._APP_LANGUAGE, | ||||
|             application_id=self._APP_PUBLICATION_ID) | ||||
|  | ||||
|         self._login_url = (modules['user']['resources']['login']['uri'] + | ||||
|                            '/format/json').format(session_id=self._session_id) | ||||
|         self._login_url = (modules['user']['resources']['login']['uri'] | ||||
|                            + '/format/json').format(session_id=self._session_id) | ||||
|  | ||||
|         self._logout_url = modules['user']['resources']['logout']['uri'] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․