mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[compat, networking] Deprecate old functions (#2861)
Authored by: coletdjnz, pukkandan
This commit is contained in:
		| @@ -51,7 +51,7 @@ class NJPWWorldIE(InfoExtractor): | ||||
|             data=urlencode_postdata({'login_id': username, 'pw': password}), | ||||
|             headers={'Referer': 'https://front.njpwworld.com/auth'}) | ||||
|         # /auth/login will return 302 for successful logins | ||||
|         if urlh.geturl() == self._LOGIN_URL: | ||||
|         if urlh.url == self._LOGIN_URL: | ||||
|             self.report_warning('unable to login') | ||||
|             return False | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 coletdjnz
					coletdjnz