C# Class Jackett.Indexers.Rarbg

Inheritance: IndexerInterface
ファイルを表示 Open project: WarlaxZ/Jackett

Private Properties

Property Type Description
AddCat void
CheckToken System.Threading.Tasks.Task

Public Methods

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

Private Methods

Method Description
AddCat ( int cat, TorznabCategory catType, string label ) : void
CheckToken ( ) : System.Threading.Tasks.Task

Method Details

ApplyConfiguration() public method

public ApplyConfiguration ( JToken configJson ) : Task
configJson JToken
return Task

PerformQuery() public method

public PerformQuery ( TorznabQuery query ) : Task>
query TorznabQuery
return Task>

PerformQuery() public method

public PerformQuery ( TorznabQuery query, int attempts ) : Task>
query TorznabQuery
attempts int
return Task>

Rarbg() public method

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