C# Class Jackett.Indexers.DigitalHive

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

Private Properties

Свойство Type Description
contentToReleaseInfos IEnumerable

Méthodes publiques

Méthode Description
ApplyConfiguration ( JToken configJson ) : Task
DigitalHive ( IIndexerManagerService i, Logger l, IWebClient w, IProtectionService ps ) : CsQuery
GetConfigurationForSetup ( ) : Task
PerformQuery ( TorznabQuery query ) : Task>

Private Methods

Méthode Description
contentToReleaseInfos ( CQ dom ) : IEnumerable

Method Details

ApplyConfiguration() public méthode

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

DigitalHive() public méthode

public DigitalHive ( IIndexerManagerService i, Logger l, IWebClient w, IProtectionService ps ) : CsQuery
i IIndexerManagerService
l Logger
w Jackett.Utils.Clients.IWebClient
ps IProtectionService
Résultat CsQuery

GetConfigurationForSetup() public méthode

public GetConfigurationForSetup ( ) : Task
Résultat Task

PerformQuery() public méthode

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