mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	| @@ -286,6 +286,9 @@ class VrtNUIE(GigyaBaseIE): | |||||||
|                 'targetEnv': 'jssdk', |                 'targetEnv': 'jssdk', | ||||||
|             })) |             })) | ||||||
|  |  | ||||||
|  |         if auth_info.get('errorDetails'): | ||||||
|  |             raise ExtractorError('Unable to login: VrtNU said: ' + auth_info.get('errorDetails'), expected=True) | ||||||
|  |  | ||||||
|         # Sometimes authentication fails for no good reason, retry |         # Sometimes authentication fails for no good reason, retry | ||||||
|         login_attempt = 1 |         login_attempt = 1 | ||||||
|         while login_attempt <= 3: |         while login_attempt <= 3: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 LE
					LE