Skip to content

Releases: Deflix-tv/go-debrid

v0.2.0 (2021-02-27)

27 Feb 15:06
Compare
Choose a tag to compare
  • Added: New low-level clients for RealDebrid, AllDebrid and Premiumize
    • Each method maps to a public API endpoint
    • Returned types map to the JSON bodies of the public API responses
  • Renamed previous clients to LegacyClient
    • This way users can update from v0.1.0 to v0.2.0 and iteratively switch to using the low-level clients if desired

v0.1.0 (2021-01-18)

18 Jan 20:31
Compare
Choose a tag to compare

Initial release with just the files from deflix-stremio v0.11.0

With all files only copied from deflix-stremio for this initial release, the whole library is still tailored to the requirements in deflix-stremio. This will change in future releases.

Initial features:

  • Validate API key / OAuth2 token
  • Check "instant availability" of a torrent
  • Get cached file/stream URL for a torrent
  • Supported debrid services:
  • In-memory cache implementation