mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:07:08 -05:00 
			
		
		
		
	[funimation] Remove unnecessary login form field
This commit is contained in:
		@@ -31,7 +31,6 @@ class FunimationIE(InfoExtractor):
 | 
				
			|||||||
            return
 | 
					            return
 | 
				
			||||||
        login_url = 'http://www.funimation.com/login'
 | 
					        login_url = 'http://www.funimation.com/login'
 | 
				
			||||||
        data = urlencode_postdata(encode_dict({
 | 
					        data = urlencode_postdata(encode_dict({
 | 
				
			||||||
            'loginForm2': 'loginform',
 | 
					 | 
				
			||||||
            'email_field': username,
 | 
					            'email_field': username,
 | 
				
			||||||
            'password_field': password,
 | 
					            'password_field': password,
 | 
				
			||||||
        }))
 | 
					        }))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user