mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
animebytes: fix name typo
This commit is contained in:
parent
8d6f9d55ae
commit
a81dd24a20
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace Jackett.Common.Indexers
|
||||||
cacheService: cs,
|
cacheService: cs,
|
||||||
configData: new ConfigurationDataAnimeBytes("Note: Go to AnimeBytes site and open your account settings. Go to 'Account' tab, move cursor over black part near 'Passkey' and copy its value. Your username is case sensitive."))
|
configData: new ConfigurationDataAnimeBytes("Note: Go to AnimeBytes site and open your account settings. Go to 'Account' tab, move cursor over black part near 'Passkey' and copy its value. Your username is case sensitive."))
|
||||||
{
|
{
|
||||||
// Animebytes doesn't like fake user agents (issue #1535)
|
// AnimeBytes doesn't like fake user agents (issue #1535)
|
||||||
webclient.EmulateBrowser = false;
|
webclient.EmulateBrowser = false;
|
||||||
// requestDelay for API Limit (1 request per 10 seconds)
|
// requestDelay for API Limit (1 request per 10 seconds)
|
||||||
webclient.requestDelay = 10;
|
webclient.requestDelay = 10;
|
||||||
|
|
Loading…
Reference in a new issue