C# 클래스 Jackett.Indexers.Pretome

상속: BaseIndexer, IIndexer
파일 보기 프로젝트 열기: Jackett/Jackett

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ApplyConfiguration ( JToken configJson ) : Task
PerformQuery ( TorznabQuery query ) : Task>
Pretome ( IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps ) : System

보호된 메소드들

메소드 설명
AddResultCategoryMapping ( string trackerCategory, TorznabCategory newznabCategory ) : void
MapTrackerResultCatToNewznab ( string input ) : int

메소드 상세

AddResultCategoryMapping() 보호된 메소드

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

ApplyConfiguration() 공개 메소드

public ApplyConfiguration ( JToken configJson ) : Task
configJson JToken
리턴 Task

MapTrackerResultCatToNewznab() 보호된 메소드

protected MapTrackerResultCatToNewznab ( string input ) : int
input string
리턴 int

PerformQuery() 공개 메소드

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

Pretome() 공개 메소드

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