mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Cardigann: cleanup
This commit is contained in:
parent
e312a4da09
commit
c3033db8fb
1 changed files with 0 additions and 1 deletions
|
@ -460,7 +460,6 @@ namespace Jackett.Indexers
|
|||
|
||||
headers.Add("Content-Type", "multipart/form-data; boundary=" + boundary);
|
||||
var body = string.Join("\r\n", bodyParts);
|
||||
logger.Error(body);
|
||||
loginResult = await PostDataWithCookies(submitUrl.ToString(), pairs, configData.CookieHeader.Value, SiteLink, headers, body);
|
||||
} else {
|
||||
loginResult = await RequestLoginAndFollowRedirect(submitUrl.ToString(), pairs, configData.CookieHeader.Value, true, null, SiteLink, true);
|
||||
|
|
Loading…
Reference in a new issue