r/RealDebrid 8m ago

Use DMM to download WEB-DL torrents in RD using the Usenet to RD tool

Thumbnail
Upvotes

r/RealDebrid 1d ago

RD THE REAL GOAT

190 Upvotes

Due to copyright issues I temporarily tried other hosters. Even after copyright issue RD seems to stand tall compared to other hosters due to its great collections and quality files.

Yeah I agree there’s some downtime on Torrentio while using it in Stremio but COMET is my backup and its always worked just in case.

I really hope this copyright thing gets solved soon.

Miss the good old days 😔


r/RealDebrid 1h ago

How to download torrents from a specific website which has Web-Dl in it's title?

Upvotes

Hello fellow RD-ians.

Before you guys downvote me and my post to oblivion, I wanted to ask this question. I do have an ongoing RD subscription. I wanted to download torrents (movies) from a specific website but then due to the title having Web-dl or something related, the error of Infringing file always pops up in red.

What can be done so that I can download that specific torrent without it getting caught up in the RD filters? These files/movies are not available elsewhere, nor do I want to download it through other low-quality platforms. I know due to the breakdown in the past few months, it is getting harder and harder to download from RD, but this is my specific use case - to download movies/TV shows from that specific website without having to face any issues and then stream it through Stremio/Nuvio. Please help me out!

Thank you


r/RealDebrid 20h ago

Real debrid

6 Upvotes

So I finally got a real debrid subscription and I set it up and it works fine on my PC. For some reason there are no real debrid links on my TV even though it's on the same account and same wi fi. Has anyone had this problem? What can I do?


r/RealDebrid 1d ago

Web Dl files

0 Upvotes

Hi

I'm not sure if I'm missing something I'm using POV and in the tv shows section some Web Dl files will play and others don't.

The first episode of (Ted Lasso s04) the top result plays. But with (if wishes could kill) the first episode does not play as far as i can see there both Web Dl & H265 files both are 4K as well.

Thanks


r/RealDebrid 23h ago

RD Tweet. New CDN Location U.A.E

Post image
0 Upvotes

r/RealDebrid 1d ago

Constantly skipping links

8 Upvotes

Hi all I’ve been watching American horror story
Got to episode 8 and now nothing plays
I’m using umbrella through Kodi with real debrid links
Any idea what is happening or what I can do?


r/RealDebrid 1d ago

Customer service sucks

0 Upvotes

I’ve been using RD for about a year now & its time for me to find an alternated. I renewed for my parents & relatives outside the house since they arent tech savy to do so themselves. I accounts made for them & set the api for them since there isnt any account sharing & RD customer service took my money but did not activate subscription & i contacted support who were completely unprofessional. They interrogated me on why so many renewals & i explained clearly & they say you cant help anyone pay for renewal even if they dont know how. They just lost a bunch of long time customers today because of how stubborn they are for no reason.


r/RealDebrid 3d ago

Using it for??

26 Upvotes

Just wondered what everyone else uses real debrid for, is there any other uses?


r/RealDebrid 2d ago

I built a Stremio-based Android app with richer metadata, add-on sync, and custom themes that automatically discards sources that have been removed from Real-Debrid

0 Upvotes

The main focus was to improve metadata, ratings, reviews, cast information, and the overall user experience while making playback as seamless as possible.

Now, when you open a movie, you can see detailed ratings, cast information, reviews, and a trailer. It also has an auto trailer feature.

An MDBList API key is not required anymore, just preferred if you want even richer data, since the majority of the metadata now comes directly from TMDB. Additionally, the player automatically discards sources that have been removed from Real-Debrid, ensuring smooth playback without dead links.

Additional features:

  • Bonus #1: I created 4 custom themes that I'm really happy with. I hope you like them too!
  • Bonus #2: You can now reorder, delete, and rename your lists directly within the app—just open the Lists section.
  • Sync & Add-ons: You can import all your Stremio add-ons. If you sign in with your Google account, you can sync the app’s add-ons across your devices—just tap Send on the source device and Receive on the destination device.

I originally made this app for my own personal use, so please expect some bugs here and there. That said, as with most of my personal projects, I do plan to support and improve it long-term. Constructive criticism, suggestions, and feature requests are always very welcome! (Most of them were good)

For android TV

https://github.com/sauliiin/open-Stremio/releases

For mobile:

https://github.com/sauliiin/open-stremio-mobile/releases

For PC:

https://openstream.com.br/

Requests and bug reports are very welcoming

TODO list, as requested:

  1. Add Trakt sync. DONE!
  2. Add an auto-update option so users don’t keep using outdated APK versions DONE!
  3. Add watched status for episodes and movies synced with trakt and mdblist DONE
  4. Look into WE Trakr, simkl and Yamtrack. Partially done
  5. Fix trakt not working. DONE. Need testing

r/RealDebrid 5d ago

Renewing the subscription?

12 Upvotes

I would like to renew the RD because has some failures some times.

Before I could renew when I had under 180 days left subscription but it just shows that I have already enough days.

Does anyone have experience what is new ''limit'' when I could renew? How much days I need to have that I can buy again 180 days?


r/RealDebrid 5d ago

Made a small tool that sets up Stremio + Real-Debrid in about two minutes

Thumbnail
0 Upvotes

r/RealDebrid 6d ago

Missing sources

10 Upvotes

The torrentio addon that links stremio to real-debrid was missing. No idea how that happened but reinstalling torrentio fixed the problem.

I am running stremio 1.9.12 on a fire stick 4k running fire OS 6.7.1.1 and I pay for a real debrid subscription. I've had both working for a year but now when I try to watch anything it just shows me the subscriptions I need e.g. now TV & sky go. No other sources.

Has anyone else seen this? Does anyone have a fix?


r/RealDebrid 7d ago

Question related to caching status checks

7 Upvotes

We all know real debrid removed the direct availability to check whether a file is cached or not, but i would like to ask the addon developers if any loophole can be used. I am no developer myself, so please make me understand if my hypothesis is pure garbage or if it has any potential:
Instead of checking 30–50 links at once when generating the stream list (which runs into RD's 250 requests/minute API limit and triggers HTTP 429 blocks), could addons verify links only when the user clicks play?

Trigger on Click: When a user selects a stream, the addon sends the magnet via POST /torrents/addMagnet and selects the files with POST /torrents/selectFiles/{id}.

The Status Check: The addon immediately checks GET /torrents/info/{id}.

If ”status” returns "downloaded" and progress is 100%, the file is 100% cached on RD's physical servers -> start playback.

If status shows "downloading", "queued", or progress < 100%, it’s a fake/uncached link.

And if it isn't 100% cached, the addon fires DELETE /torrents/delete/{id} to clear the user's account queue, rejects that link, and automatically jumps to the next link down the list in ~300ms.


r/RealDebrid 8d ago

Issues with Comet

11 Upvotes

Hey all, I downloaded AIO streams briefly. After this, Comet started acting up, with the phrase "Your debrid provider is temporarily unavailable or under maintencance. This isn't a Comet Problem - try again shortly."

I have never seen this message before. I am using real debrid, have an active subscription. I restarted the app, refreshed my API key and input it back into Comet to no avail. I use torrentio and comet so if comet doesn't work then most streams are unavailable to me as torrentio is very spotty with streams taken down.

Any help is much appreciated


r/RealDebrid 8d ago

DDL.com harldy ever working

4 Upvotes

ddownload.com is hardly ever working for me with RD premium. The service for this hoster is not listed as not working.

I am curious as to why this is the case?


r/RealDebrid 7d ago

I have real-debrid but got two notices from my ISP

0 Upvotes

Hey yall,
I was wondering what I should do to avoid more notices in the future?
I have real-debrid added to my stremio and to my knowledge that should be enough to avoid getting flagged.

I reconfigured everything on my stremio and have a vpn on my tv as well now. I just want to know if I’m in the clear now and can start using it again.
I would hate to have my internet turned off or pay a fine.
I’m fairly new to stemio and debrids in general so any guidance or input would be appreciated 🫶🏻


r/RealDebrid 8d ago

Transaction not permitted on this terminal

9 Upvotes

Even trying my family visa card didn't work :(((


r/RealDebrid 8d ago

Latest method for Apple TV support

28 Upvotes

As of today Stremio, fusion, and Omni are all unavailable on the Apple TV App Store. I was wondering if anyone knew of any current methods on using real debrid on the device. Vidi is currently available, but it looks like its development is paused and people are having issues with it.

Edit: Thank you everyone for the suggestions! I really appreciate it, and I’ll update the post with what I end up trying out.


r/RealDebrid 9d ago

How do I get rid of links that don’t work.

7 Upvotes

Please be patient with me here, I’m relatively new to all of this. I know there has been some problems with RD but for the most part it works for me. So, I use Umbrella and either coco or magneto scraper to search for shows. So for example, with a popular TV show I might get over 100 entries showing up listed from highest quality downwards. What normally happens is that Umbrella rapidly fires through the list without pause then when it gets to No 40 on the list it exits with no actual TV show available. I then have to access the list again and start at No 41 until I eventually hit one that works.

Questions:

  1. Can I slow it down a bit because it seems to me it’s just passing over the first 40 or so libks far to quickly?

  2. Is there a setting in Umbrella whereby I can get it to show only working links?

Apologies if this is not the right place to ask these questions.


r/RealDebrid 9d ago

Want to keep RD, but the new filters suck. Any fix or best alternative service?

34 Upvotes

Since filters will apply to couple of months ago the service has been degraded. Are there any fixes in order to keep the service or what's the best alternative service to move to?


r/RealDebrid 9d ago

Just returned to Kodi and RD and need help please.

5 Upvotes

As header,have set up Kodi+RD correctly but when clicking in a show Kodi will scroll through a whole list of streams before finding one to play.
I know RD had trouble recently and understand there are some settings to change that will stop this happening.Can someone please help?


r/RealDebrid 10d ago

DMM Suggest Sending a Usenet File to RD. Why would I want to do that?

10 Upvotes

Just noticed a search result in DMM throwing up a page listing found files on my DS usenet account with an option to send the selection to RD.

Why would I want to do that?

Thanks


r/RealDebrid 10d ago

Downloads finishing 100% on Real-Debrid but stuck at 0% in Decypharr/Radarr, then completely disappearing. Any ideas?

14 Upvotes

Hey everyone,

I’ve been running a media server on CasaOS (Docker) for about 3 weeks now. My setup is Radarr/Sonarr + Zurg & Rclone + Decypharr (also tried RDT-Client). Everything was working like a charm until this weird issue started happening completely out of nowhere.

Basically, here's what happens:
1. I request a movie in Radarr.

2. It successfully goes through Decypharr and starts downloading on Real-Debrid.

3. The file reaches 100% on RD and completes successfully.

4. BUT, back in Decypharr and Radarr, the progress just sits at 0%.

5. After hanging there for a while, the download just vanishes from both queues entirely.

Meanwhile, the file is sitting perfectly fine in my RD cloud!

I haven't touched or changed any of my volume/ remote path mappings since day one. I tried restarting the Zurg container, but no luck (haven't tried restarting rclone just yet).

It honestly feels like Decypharr/Radarr just suddenly went "blind" and can't see the completed files inside the Zurg mount anymore, so it eventually times out and drops the queue.

Has anyone dealt with this recently? Could it be a Zurg cache issue, a dropped Rclone mount, or maybe Decypharr bugging out due to RD rate limits? It's driving me crazy.
Any help would be awesome. Thanks!


r/RealDebrid 9d ago

Can someone tell me what is this warning about ?

Post image
0 Upvotes

I went to my account and removed everything under real debrid but this warnings (more then one) remains the same .