[cleanup] Misc cleanup

This commit is contained in:
pukkandan
2022-01-04 01:07:24 +05:30
parent 21df2117e4
commit 9e907ebddf
8 changed files with 47 additions and 44 deletions

View File

@@ -110,6 +110,8 @@ class Zee5IE(InfoExtractor):
raise ExtractorError(otp_request_json['message'], expected=True)
elif username.lower() == 'token' and len(password) > 1198:
self._USER_TOKEN = password
else:
raise ExtractorError(self._LOGIN_HINT, expected=True)
def _real_initialize(self):
self._login()