mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-06-30 11:02:54 -05:00
[funimation] Remove unnecessary login form field
This commit is contained in:
@ -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,
|
||||
}))
|
||||
|
Reference in New Issue
Block a user