Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@DrewCarlson DrewCarlson released this 03 Aug 18:47
· 53 commits to main since this release

What's Changed

  • Added 1337x torrent provider (enabled with default providers)
  • TorrentDescription Resolution: For Providers that cannot load information to download a torrent in the initial search results, the TorrentSearch.resolve(torrents: List<TorrentDescription>) method is added to fetch missing information.
  • HTML Scraping A dependency on KtSoup is added, unlocking support for any torrent provider which does not provide a JSON API. (The 1337x provider is the first using this approach.)
  • Update ktorio to v2.3.3 by @renovate in #70

Additional info:
For TorrentDescription resolution, you can check if the resolve step is required with either TorrentDescription.isResolved or on an entire ProviderResult with ProviderResult.Success.requiresResolution. See the README or web demo for more details.

Full Changelog: v0.6.0...v0.7.0