[zee5] Add geo-bypass

pull/2222/head
pukkandan 2 years ago
parent 9e907ebddf
commit fdeab99eab
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -88,6 +88,7 @@ class Zee5IE(InfoExtractor):
_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.'
_NETRC_MACHINE = 'zee5'
_GEO_COUNTRIES = ['IN']
def _login(self):
username, password = self._get_login_info()

Loading…
Cancel
Save