mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	Make sure netrc works for all extractors with login support
Fixes #5112
This commit is contained in:
		| @@ -23,6 +23,7 @@ class TwitchBaseIE(InfoExtractor): | ||||
|     _API_BASE = 'https://api.twitch.tv' | ||||
|     _USHER_BASE = 'http://usher.twitch.tv' | ||||
|     _LOGIN_URL = 'https://secure.twitch.tv/user/login' | ||||
|     _NETRC_MACHINE = 'twitch' | ||||
|  | ||||
|     def _handle_error(self, response): | ||||
|         if not isinstance(response, dict): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister