Property | Type | Description | |
---|---|---|---|
AddCat | void | ||
CheckToken | System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
ApplyConfiguration ( JToken configJson ) : Task |
||
PerformQuery ( TorznabQuery query ) : Task |
||
PerformQuery ( TorznabQuery query, int attempts ) : Task |
||
Rarbg ( IIndexerManagerService i, IWebClient wc, System.Logger l, IProtectionService ps ) : Jackett.Models |
Method | Description | |
---|---|---|
AddCat ( int cat, TorznabCategory catType, string label ) : void | ||
CheckToken ( ) : System.Threading.Tasks.Task |
public ApplyConfiguration ( JToken configJson ) : Task |
||
configJson | JToken | |
return | Task |
public PerformQuery ( TorznabQuery query ) : Task |
||
query | TorznabQuery | |
return | Task |
public PerformQuery ( TorznabQuery query, int attempts ) : Task |
||
query | TorznabQuery | |
attempts | int | |
return | Task |
public Rarbg ( IIndexerManagerService i, IWebClient wc, System.Logger l, IProtectionService ps ) : Jackett.Models | ||
i | IIndexerManagerService | |
wc | IWebClient | |
l | System.Logger | |
ps | IProtectionService | |
return | Jackett.Models |