BeyondHD bug fix

This commit is contained in:
unknown
2015-08-18 20:05:21 -06:00
parent 278a6c49d7
commit 34f02d4afc

View File

@@ -88,7 +88,7 @@ namespace Jackett.Indexers
Cookies = configData.Cookie.Value 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; CQ dom = response.Content;
throw new ExceptionWithConfigData("Invalid cookie header", configData); throw new ExceptionWithConfigData("Invalid cookie header", configData);