mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
IPTorrents: fix login
This commit is contained in:
@@ -209,7 +209,7 @@ namespace Jackett.Common.Indexers
|
|||||||
// Redirect to ? then to /t
|
// Redirect to ? then to /t
|
||||||
await FollowIfRedirect(response, request.Url, null, firstCallCookies);
|
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;
|
CQ dom = response.Content;
|
||||||
var messageEl = dom["body > div"].First();
|
var messageEl = dom["body > div"].First();
|
||||||
|
Reference in New Issue
Block a user