mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[udemy] Remove superfluous field
This commit is contained in:
parent
dcd4d95c8e
commit
79057965a8
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ def _login(self):
|
|||
login_form = self._form_hidden_inputs('login-form', login_popup)
|
||||
|
||||
login_form.update({
|
||||
'displayType': 'json',
|
||||
'email': username.encode('utf-8'),
|
||||
'password': password.encode('utf-8'),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue