mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
BeyondHD bug fix
This commit is contained in:
@@ -88,7 +88,7 @@ namespace Jackett.Indexers
|
||||
Cookies = configData.Cookie.Value
|
||||
});
|
||||
|
||||
await ConfigureIfOK(CookieHeader, response.Content.Contains("logout.php"), () =>
|
||||
await ConfigureIfOK(configData.Cookie.Value, response.Content.Contains("logout.php"), () =>
|
||||
{
|
||||
CQ dom = response.Content;
|
||||
throw new ExceptionWithConfigData("Invalid cookie header", configData);
|
||||
|
Reference in New Issue
Block a user