diff options
author | Sergey M? <dstftw@gmail.com> | 2015-12-11 21:33:17 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-12-11 23:00:37 +0600 |
commit | 40ca5b04f4845d3ab334d6cc9fb0272fe25df8b3 (patch) | |
tree | b624456eb4335a9ef16a962a1d49b66747023e51 | |
parent | 411e5b88c9d87f7deac35130d77f0c7243ff2a9d (diff) |
[funimation] Remove unnecessary login form field
-rw-r--r-- | youtube_dl/extractor/funimation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/funimation.py b/youtube_dl/extractor/funimation.py index 8de28029f..74923c3cf 100644 --- a/youtube_dl/extractor/funimation.py +++ b/youtube_dl/extractor/funimation.py @@ -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, })) |