MrMonkey42 / stremio-addon-debrid-search

Stremio Addon to search downloads and torrents in your Debrid cloud
https://68d69db7dc40-debrid-search.baby-beamup.club
Apache License 2.0
53 stars 16 forks source link

Update the StreamProvider to support downloads from RD #11

Closed DavidRayner closed 9 months ago

DavidRayner commented 9 months ago

This tackles part of #9 by returning downloads from RealDebrid in the StreamProvider.
I introduced a FILE_TYPES enum to try to avoid duplicating lots of code.

Tested for a series (top hit is a torrent and bottom is a download) series

and for a movie mov

It is running here if you want to test it: stremio-addon-debrid-search-0ztf.onrender.com

MrMonkey42 commented 9 months ago

@DavidRayner Thanks for the PR :)