about summary refs log tree commit diff
path: root/youtube_dl/extractor/funimation.py
diff options
context:
space:
mode:
authorSergey M? <dstftw@gmail.com>2015-12-11 21:33:17 +0600
committerSergey M․ <dstftw@gmail.com>2015-12-11 23:00:37 +0600
commit40ca5b04f4845d3ab334d6cc9fb0272fe25df8b3 (patch)
treeb624456eb4335a9ef16a962a1d49b66747023e51 /youtube_dl/extractor/funimation.py
parent411e5b88c9d87f7deac35130d77f0c7243ff2a9d (diff)
downloadyoutube-dl-40ca5b04f4845d3ab334d6cc9fb0272fe25df8b3.tar.gz
youtube-dl-40ca5b04f4845d3ab334d6cc9fb0272fe25df8b3.tar.xz
youtube-dl-40ca5b04f4845d3ab334d6cc9fb0272fe25df8b3.zip
[funimation] Remove unnecessary login form field
Diffstat (limited to 'youtube_dl/extractor/funimation.py')
-rw-r--r--youtube_dl/extractor/funimation.py1
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,
         }))