mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Cardigann: fix re-login caching issue for login method=form indexers
This commit is contained in:
@@ -441,6 +441,10 @@ namespace Jackett.Indexers
|
||||
pairs["submitme"] = "X";
|
||||
}
|
||||
|
||||
// clear landingResults/Document, otherwise we might use an old version for a new relogin (if GetConfigurationForSetup() wasn't called before)
|
||||
landingResult = null;
|
||||
landingResultDocument = null;
|
||||
|
||||
WebClientStringResult loginResult = null;
|
||||
var enctype = form.GetAttribute("enctype");
|
||||
if (enctype == "multipart/form-data")
|
||||
|
Reference in New Issue
Block a user