-
-
Notifications
You must be signed in to change notification settings - Fork 5
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interesting, needs explanation though #2
Comments
Think of StremThru as an interface to Debrid services. If you write a Stremio Addon and need to integrate Debrid services, you can write integration with StremThru and gain support for all the Debrid service StremThru supports (currently only AllDebrid... RealDebrid coming next). If you're interested, I just opened a PR for Comet: g0ldyy/comet#166 StremThru also supports proxy streaming. When you're streaming files (videos) on Stremio, all the traffic will go through StremThru, so you won't be directly accessing the links you get from Debrid services. Hope that clear things up. |
Oh awesome, yeh I think that makes sense. Do you think you can add support for direct link requests? These are found on sites like rlsbb |
I'm not familiar with rlsbb. Can you share more details, please? Is it another debrid service provider? |
Basically instead of scraping magnets, you scrape debrid direct ddls sites, sites like rapidgator. From sites like rlsbb.ru, you can see examples here if you scroll down to the comments, not all are supported, but rapidgator is the big one: https://post.rlsbb.ru/dancing-with-the-stars-us-s33e07-720p-web-h264-edith/ |
To add to that, you put the rapidgator link to all debrids downloader and to real debrids download page, and it creates a direct link for you. Both have apis for it |
I see. But I'm confused about how that'll be useful for Stremio. Is there any Stremio addon that'll benefit from it? How would the integration look like? N.B. StremThru itself is not a Stremio addon. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
This looks interesting, but I'm not quite sure what exactly it does. It would be great if you added a little bit explaining about what this actually does and it's use cases. Thank you!
The text was updated successfully, but these errors were encountered: