mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-10 07:29:25 +01:00
[funimation] Remove unnecessary login form field
This commit is contained in:
parent
411e5b88c9
commit
40ca5b04f4
@ -31,7 +31,6 @@ class FunimationIE(InfoExtractor):
|
|||||||
return
|
return
|
||||||
login_url = 'http://www.funimation.com/login'
|
login_url = 'http://www.funimation.com/login'
|
||||||
data = urlencode_postdata(encode_dict({
|
data = urlencode_postdata(encode_dict({
|
||||||
'loginForm2': 'loginform',
|
|
||||||
'email_field': username,
|
'email_field': username,
|
||||||
'password_field': password,
|
'password_field': password,
|
||||||
}))
|
}))
|
||||||
|
Loading…
Reference in New Issue
Block a user