1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[zee5] Add geo-bypass

This commit is contained in:
pukkandan
2022-01-04 12:50:11 +05:30
parent 9e907ebddf
commit fdeab99eab

View File

@ -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()