C# Class Jackett.Indexers.Pretome

Inheritance: BaseIndexer, IIndexer
ファイルを表示 Open project: Jackett/Jackett

Private Properties

Property Type Description

Public Methods

Method Description
ApplyConfiguration ( JToken configJson ) : Task
PerformQuery ( TorznabQuery query ) : Task>
Pretome ( IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps ) : System

Protected Methods

Method Description
AddResultCategoryMapping ( string trackerCategory, TorznabCategory newznabCategory ) : void
MapTrackerResultCatToNewznab ( string input ) : int

Method Details

AddResultCategoryMapping() protected method

protected AddResultCategoryMapping ( string trackerCategory, TorznabCategory newznabCategory ) : void
trackerCategory string
newznabCategory Jackett.Models.TorznabCategory
return void

ApplyConfiguration() public method

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

MapTrackerResultCatToNewznab() protected method

protected MapTrackerResultCatToNewznab ( string input ) : int
input string
return int

PerformQuery() public method

public PerformQuery ( TorznabQuery query ) : Task>
query Jackett.Models.TorznabQuery
return Task>

Pretome() public method

public Pretome ( IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps ) : System
i IIndexerManagerService
wc Jackett.Utils.Clients.IWebClient
l Logger
ps IProtectionService
return System