nextResult

suspend fun nextResult(): SearchResult?

Returns a new SearchResult that contains all torrents from the current instance and will produce ProviderResults for any providers that have additional result pages.

Return

null if hasNextResult is false or the SearchResult container is cancelled.