Success
data class Success(val providerName: String, val torrents: List<TorrentDescription>, val fromCache: Boolean = false, val page: Int = 1, val pageSize: Int = torrents.size, val totalTorrents: Int = torrents.size, val requiresResolution: Boolean = false) : ProviderResult
The data acquired from a successful torrentsearch.TorrentProvider query.
Constructors
Properties
Link copied to clipboard
True if this result is from a torrentsearch.TorrentProviderCache/
Link copied to clipboard
Returns true when the provider indicated more results are available with additional requests.
Link copied to clipboard
The name of the provider which produced this result.
Link copied to clipboard
Indicates if the TorrentDescriptions must be resolved to retrieve download information.
Link copied to clipboard
The torrents found on the provider.
Link copied to clipboard
The total number of torrents available on the provider.