projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
411e5b8
)
[funimation] Remove unnecessary login form field
author
Sergey M?
<dstftw@gmail.com>
Fri, 11 Dec 2015 15:33:17 +0000
(21:33 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 11 Dec 2015 17:00:37 +0000
(23:00 +0600)
youtube_dl/extractor/funimation.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/funimation.py
b/youtube_dl/extractor/funimation.py
index 8de28029f277452e5ddd48a39f25c7f6bc7bc97b..74923c3cf4568f91dbb32abb7453b1d1f77a4e49 100644
(file)
--- 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,
}))