Property | Type | Description | |
---|---|---|---|
BuildQuery | string | ||
CheckLogin | System.Threading.Tasks.Task | ||
CleanCacheStorage | void | ||
DoLogin | System.Threading.Tasks.Task | ||
FindTorrentRows | |||
LatencyNow | void | ||
Output | void | ||
QueryCache | Task |
||
QueryExec | Task |
||
QueryTracker | Task |
||
ValidateConfig | void |
Method | Description | |
---|---|---|
ApplyConfiguration ( JToken configJson ) : Task |
Configure our FADN Provider
|
|
Download ( |
Download torrent file from tracker
|
|
Norbits ( IIndexerManagerService i, |
||
PerformQuery ( |
Execute our search query
|
Method | Description | |
---|---|---|
BuildQuery ( string term, |
Build query to process
|
|
CheckLogin ( ) : System.Threading.Tasks.Task |
Check logged-in state for provider
|
|
CleanCacheStorage ( bool force = false ) : void |
Clean Hard Drive Cache Storage
|
|
DoLogin ( ) : System.Threading.Tasks.Task |
Perform login to racker
|
|
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 ApplyConfiguration ( JToken configJson ) : Task |
||
configJson | JToken | Our params in Json |
return | Task |
public Norbits ( IIndexerManagerService i, |
||
i | IIndexerManagerService | |
w | ||
l | Logger | |
ps | IProtectionService | |
return | System |
public PerformQuery ( |
||
query | Query | |
return | Task |