1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-18 01:39:35 +00:00

[funimation] Remove unnecessary login form field

This commit is contained in:
Sergey M? 2015-12-11 21:33:17 +06:00 committed by Sergey M․
parent 411e5b88c9
commit 40ca5b04f4

View file

@ -31,7 +31,6 @@ class FunimationIE(InfoExtractor):
return
login_url = 'http://www.funimation.com/login'
data = urlencode_postdata(encode_dict({
'loginForm2': 'loginform',
'email_field': username,
'password_field': password,
}))