resolve

open suspend fun resolve(torrents: List<TorrentDescription>): ResolveResult

Resolve missing details such as the torrent hash/magnetUrl for TorrentDescriptions which require an additional request to obtain.

This is typically required for some HTML scraping based providers which do not provide full details in the initial search results.

See also

to determine if a torrent needs additional resolution.