Torrent Query
data class TorrentQuery(var content: String? = null, var category: Category? = null, var imdbId: String? = null, var tmdbId: Int? = null, var tvdbId: Int? = null, val skipCache: Boolean = false, var page: Int = 1, var limit: Int = -1)
TorrentQuery contains all the required details to search for a specific torrent across all enabled providers.
Constructors
Properties
Link copied to clipboard
The text query to run on each torrentsearch.TorrentProvider.
Link copied to clipboard
The limit applied to each provider query, expect a higher TorrentDescription count when more than one provider is enabled.