debridmediamanager / debrid-media-manager

Curate an inifinite media library
https://debridmediamanager.com/
348 stars 18 forks source link

Offcloud.com integration #101

Open bijfy opened 5 months ago

bijfy commented 5 months ago

Hi, is there any way to implement offcloud.com provider .? Thanks

https://github.com/Offcloud/offcloud-api

https://offcloud.com

arao commented 5 months ago

+1, offcloud lifetime unlimited offers as alternative to RD. Plus this can be a good source to populate OC cache, which is currently not significant.

ragmehos commented 5 months ago

Yes please for offcloud integration

vs40 commented 5 months ago

+1 for OC integration.

donldmn commented 4 months ago

Their API looks pretty limited: https://github.com/Offcloud/offcloud-api

One of the more important features missing is the ability to remove content from your account. I might just not be understanding something though.

ragmehos commented 3 months ago

@donldmn They have not documented it but you can remove content using "GET" call to f"/cloud/remove/{request_id}` endpoint.

donldmn commented 3 months ago

@donldmn They have not documented it but you can remove content using "GET" call to f"/cloud/remove/{request_id}` endpoint.

Good to know. I was thinking of signing up for the lifetime deal but saw that some people ended up getting cached stuff added to the 50gb limit. I was thinking of making a script that removes the oldest content once the limit was almost reached.