1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-27 00:22:54 +00:00

GazelleTracker: enable keeplogged #6461

This commit is contained in:
Garfield69 2019-12-03 18:21:48 +13:00
parent 3fc2476bd2
commit 310cba2655

View file

@ -74,6 +74,7 @@ namespace Jackett.Common.Indexers.Abstract
var pairs = new Dictionary<string, string> {
{ "username", configData.Username.Value },
{ "password", configData.Password.Value },
{ "keeplogged", "1"},
};
var response = await RequestLoginAndFollowRedirect(LoginUrl, pairs, string.Empty, true, SiteLink);