Browse Source

[funimation] Remove unnecessary login form field

Sergey M? 10 năm trước cách đây
mục cha
commit
40ca5b04f4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      youtube_dl/extractor/funimation.py

+ 0 - 1
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,
         }))