mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 00:47:21 +02:00
Post refactor fixes
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Jackett.Indexers
|
||||
|
||||
// Get inital cookies
|
||||
cookieHeader = string.Empty;
|
||||
var loginPage = await RequestStringWithCookies(LoginUrl);
|
||||
var loginPage = await RequestStringWithCookies(LoginUrl, string.Empty);
|
||||
var response = await RequestLoginAndFollowRedirect(LoginUrl, pairs, loginPage.Cookies, true, null, LoginUrl);
|
||||
|
||||
ConfigureIfOK(response.Cookies, response.Content != null && response.Content.Contains("/logout.php"), () =>
|
||||
|
Reference in New Issue
Block a user