C# Class Jackett.Indexers.MoreThanTV

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

Private Properties

Свойство Type Description
GetReleaseInfo Jackett.Models.ReleaseInfo
GetReleases System.Threading.Tasks.Task
GetTorrentSearchUrl string
SeasonToShortSeason string

Méthodes publiques

Méthode Description
ApplyConfiguration ( JToken configJson ) : Task
MoreThanTV ( IIndexerManagerService i, IWebClient c, Logger l, IProtectionService ps ) : Jackett.Models
PerformQuery ( TorznabQuery query ) : Task>

Private Methods

Méthode Description
GetReleaseInfo ( IElement row, IElement downloadAnchor, string title, int category ) : ReleaseInfo
GetReleases ( ICollection releases, TorznabQuery query, string searchQuery ) : System.Threading.Tasks.Task
GetTorrentSearchUrl ( int categories, string searchQuery ) : string
SeasonToShortSeason ( string season ) : string

Method Details

ApplyConfiguration() public méthode

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

MoreThanTV() public méthode

public MoreThanTV ( IIndexerManagerService i, IWebClient c, Logger l, IProtectionService ps ) : Jackett.Models
i IIndexerManagerService
c Jackett.Utils.Clients.IWebClient
l Logger
ps IProtectionService
Résultat Jackett.Models

PerformQuery() public méthode

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