mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
anilibria: add requestdelay 2.1s to try to avoid DDoS-Guard challenge #5762
This commit is contained in:
@@ -40,6 +40,8 @@ namespace Jackett.Common.Indexers.Definitions
|
|||||||
configService: configService, client: wc, logger: l, p: ps, cacheService: cs,
|
configService: configService, client: wc, logger: l, p: ps, cacheService: cs,
|
||||||
configData: new ConfigurationDataAnilibria())
|
configData: new ConfigurationDataAnilibria())
|
||||||
{
|
{
|
||||||
|
// requestDelay to try to avoid DDoS-Guard and avoind having to wait for Flaresolverr to resolve challenge
|
||||||
|
webclient.requestDelay = 2.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static TorznabCapabilities SetCapabilities()
|
private static TorznabCapabilities SetCapabilities()
|
||||||
|
Reference in New Issue
Block a user