IPTorrents: fix login

This commit is contained in:
kaso17
2018-10-30 11:04:41 +01:00
parent 56b8a81248
commit b3cf51172f

View File

@@ -209,7 +209,7 @@ namespace Jackett.Common.Indexers
// Redirect to ? then to /t
await FollowIfRedirect(response, request.Url, null, firstCallCookies);
await ConfigureIfOK(firstCallCookies, response.Content.Contains("/my.php"), () =>
await ConfigureIfOK(firstCallCookies, response.Content.Contains("/lout.php"), () =>
{
CQ dom = response.Content;
var messageEl = dom["body > div"].First();