C# Class Jackett.Indexers.Pretome

Inheritance: BaseIndexer, IIndexer
Afficher le fichier Open project: Jackett/Jackett

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
AddResultCategoryMapping ( string trackerCategory, TorznabCategory newznabCategory ) : void
MapTrackerResultCatToNewznab ( string input ) : int

Method Details

AddResultCategoryMapping() protected méthode

protected AddResultCategoryMapping ( string trackerCategory, TorznabCategory newznabCategory ) : void
trackerCategory string
newznabCategory Jackett.Models.TorznabCategory
Résultat void

ApplyConfiguration() public méthode

public ApplyConfiguration ( JToken configJson ) : Task
configJson JToken
Résultat Task

MapTrackerResultCatToNewznab() protected méthode

protected MapTrackerResultCatToNewznab ( string input ) : int
input string
Résultat int

PerformQuery() public méthode

public PerformQuery ( TorznabQuery query ) : Task>
query Jackett.Models.TorznabQuery
Résultat Task>

Pretome() public méthode

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