[udemy] Remove superfluous field
parent
dcd4d95c8e
commit
79057965a8
|
@ -83,7 +83,6 @@ class UdemyIE(InfoExtractor):
|
||||||
login_form = self._form_hidden_inputs('login-form', login_popup)
|
login_form = self._form_hidden_inputs('login-form', login_popup)
|
||||||
|
|
||||||
login_form.update({
|
login_form.update({
|
||||||
'displayType': 'json',
|
|
||||||
'email': username.encode('utf-8'),
|
'email': username.encode('utf-8'),
|
||||||
'password': password.encode('utf-8'),
|
'password': password.encode('utf-8'),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue