mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
AnimeBytes: attempt to fix CSRF token missing, invalid or expired.
This commit is contained in:
@@ -226,6 +226,7 @@ namespace Jackett.Indexers
|
|||||||
if (response.IsRedirect)
|
if (response.IsRedirect)
|
||||||
{
|
{
|
||||||
// re-login
|
// re-login
|
||||||
|
await GetConfigurationForSetup();
|
||||||
await ApplyConfiguration(null);
|
await ApplyConfiguration(null);
|
||||||
response = await RequestStringWithCookiesAndRetry(queryUrl);
|
response = await RequestStringWithCookiesAndRetry(queryUrl);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user