mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
[funimation] Remove unnecessary login form field
This commit is contained in:
parent
411e5b88c9
commit
40ca5b04f4
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue