1
0
Fork 0
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:
kaso17 2018-03-09 16:22:04 +01:00
parent 82d0c934ff
commit 536d6a65db

View file

@ -226,6 +226,7 @@ namespace Jackett.Indexers
if (response.IsRedirect)
{
// re-login
await GetConfigurationForSetup();
await ApplyConfiguration(null);
response = await RequestStringWithCookiesAndRetry(queryUrl);
}