C# 클래스 Jackett.Indexers.ILoveTorrents

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

Private Properties

프로퍼티 타입 설명
ProcessPage System.Threading.Tasks.Task

공개 메소드들

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

비공개 메소드들

메소드 설명
ProcessPage ( List releases, string searchUrl ) : System.Threading.Tasks.Task

메소드 상세

ApplyConfiguration() 공개 메소드

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

ILoveTorrents() 공개 메소드

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

PerformQuery() 공개 메소드

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