mirror of
https://github.com/Jackett/Jackett
synced 2025-03-01 09:25:50 +00:00
speedcd: correct typo in error msg.
This commit is contained in:
parent
58aeabc164
commit
1cbc19823d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ namespace Jackett.Common.Indexers
|
|||
var dom = parser.ParseDocument(result.Content);
|
||||
var errorMessage = dom.QuerySelector("h5")?.TextContent;
|
||||
if (result.Content.Contains("Wrong Captcha!"))
|
||||
errorMessage = "Captcha requiered due to a failed login attempt. Login via a browser to whitelist your IP and then reconfigure Jackett.";
|
||||
errorMessage = "Captcha required due to a failed login attempt. Login via a browser to whitelist your IP and then reconfigure Jackett.";
|
||||
throw new ExceptionWithConfigData(errorMessage, configData);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue