1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-30 21:21:11 +02: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 @@ def _login(self):
return
login_url = 'http://www.funimation.com/login'
data = urlencode_postdata(encode_dict({
'loginForm2': 'loginform',
'email_field': username,
'password_field': password,
}))