mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fixed BitMeTV login exception crashing app
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Jackett.Indexers
|
||||
};
|
||||
|
||||
var response = await RequestLoginAndFollowRedirect(LoginPost, pairs, cookieHeader, true);
|
||||
ConfigureIfOK(cookieHeader, response.Content.Contains("/logout.php"), async () =>
|
||||
await ConfigureIfOK(cookieHeader, response.Content.Contains("/logout.php"), async () =>
|
||||
{
|
||||
CQ dom = response.Content;
|
||||
var messageEl = dom["table tr > td.embedded > h2"].Last();
|
||||
|
Reference in New Issue
Block a user