mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
parent
1685c0c8b9
commit
ac5d6f5764
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ namespace Jackett.Common.Indexers
|
|||
|
||||
var response = await RequestLoginAndFollowRedirect(LoginUrl, pairs, null, true, null, LoginUrl);
|
||||
|
||||
await ConfigureIfOK(response.Cookies, response.ContentString.Contains("You have successfully logged in"), () =>
|
||||
await ConfigureIfOK(response.Cookies, response.ContentString.Contains("logout.php"), () =>
|
||||
{
|
||||
var errorMessage = response.ContentString;
|
||||
throw new ExceptionWithConfigData(errorMessage, configData);
|
||||
|
|
Loading…
Add table
Reference in a new issue