Property | Type | Description | |
---|---|---|---|
agoToDate | System.DateTime | ||
buildQuery | string | ||
cleanCacheStorage | void | ||
findTorrentRows | |||
latencyNow | void | ||
output | void | ||
queryCache | Task |
||
queryExec | Task |
||
queryTracker | Task |
||
validateConfig | void |
Method | Description | |
---|---|---|
Abnormal ( IIndexerManagerService i, |
||
ApplyConfiguration ( JToken configJson ) : Task |
Configure our WiHD Provider
|
|
PerformQuery ( |
Execute our search query
|
Method | Description | |
---|---|---|
agoToDate ( IList |
Convert Ago date to DateTime
|
|
buildQuery ( string term, |
Build query to process
|
|
cleanCacheStorage ( System.Boolean force = false ) : void |
Clean Hard Drive Cache Storage
|
|
findTorrentRows ( ) : |
Find torrent rows in search pages
|
|
latencyNow ( ) : void |
Generate a random fake latency to avoid detection on tracker side
|
|
output ( string message, string level = "debug" ) : void |
Output message for logging or developpment (console)
|
|
queryCache ( string request ) : Task |
Get Torrents Page from Cache by Query Provided
|
|
queryExec ( string request ) : Task |
Switch Method for Querying
|
|
queryTracker ( string request ) : Task |
Get Torrents Page from Tracker by Query Provided
|
|
validateConfig ( ) : void |
Validate Config entered by user on Jackett
|
public Abnormal ( IIndexerManagerService i, |
||
i | IIndexerManagerService | |
w | ||
l | Logger | |
ps | IProtectionService | |
return | System |
public ApplyConfiguration ( JToken configJson ) : Task |
||
configJson | JToken | Our params in Json |
return | Task |
public PerformQuery ( |
||
query | Query | |
return | Task |