C# Class Jackett.Indexers.BJShare

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

Private Properties

Свойство Type Description
StripSearchString string

Méthodes publiques

Méthode Description
ApplyConfiguration ( JToken configJson ) : Task
BJShare ( IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps ) : Jackett.Utils.Clients
PerformQuery ( TorznabQuery query ) : Task>

Private Methods

Méthode Description
StripSearchString ( string term ) : string

Method Details

ApplyConfiguration() public méthode

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

BJShare() public méthode

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

PerformQuery() public méthode

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