mirror of https://github.com/Jackett/Jackett
PassThePopcorn: use rate limiter
This commit is contained in:
parent
49a97e2e25
commit
f9c4b876bd
|
@ -46,8 +46,10 @@ namespace Jackett.Indexers
|
|||
Language = "en-us";
|
||||
Type = "private";
|
||||
|
||||
TorznabCaps.SupportsImdbSearch = true;
|
||||
|
||||
TorznabCaps.SupportsImdbSearch = true;
|
||||
|
||||
webclient.requestDelay = 2; // 0.5 requests per second
|
||||
|
||||
AddCategoryMapping(1, TorznabCatType.Movies);
|
||||
AddCategoryMapping(1, TorznabCatType.MoviesForeign);
|
||||
AddCategoryMapping(1, TorznabCatType.MoviesOther);
|
||||
|
|
Loading…
Reference in New Issue