mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[zee5] Add geo-bypass
This commit is contained in:
		@@ -88,6 +88,7 @@ class Zee5IE(InfoExtractor):
 | 
				
			|||||||
    _USER_TOKEN = None
 | 
					    _USER_TOKEN = None
 | 
				
			||||||
    _LOGIN_HINT = 'Use "--username <mobile_number>" to login using otp or "--username token" and "--password <user_token>" to login using user token.'
 | 
					    _LOGIN_HINT = 'Use "--username <mobile_number>" to login using otp or "--username token" and "--password <user_token>" to login using user token.'
 | 
				
			||||||
    _NETRC_MACHINE = 'zee5'
 | 
					    _NETRC_MACHINE = 'zee5'
 | 
				
			||||||
 | 
					    _GEO_COUNTRIES = ['IN']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def _login(self):
 | 
					    def _login(self):
 | 
				
			||||||
        username, password = self._get_login_info()
 | 
					        username, password = self._get_login_info()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user