mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
AnimeBytes: attempt to fix CSRF token missing, invalid or expired.
This commit is contained in:
parent
82d0c934ff
commit
536d6a65db
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ namespace Jackett.Indexers
|
|||
if (response.IsRedirect)
|
||||
{
|
||||
// re-login
|
||||
await GetConfigurationForSetup();
|
||||
await ApplyConfiguration(null);
|
||||
response = await RequestStringWithCookiesAndRetry(queryUrl);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue