Add a description, image, and links to the stremio-real-debrid-addon topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the stremio-real-debrid-addon topic, visit your repo's landing page and se...
How to Install Stremio on Firestick with Torrentio/Real-Debrid The following tutorial will provide you with instructions to Install Stremio on Firestick, Fire TV, and Android TV/Google TV Boxes. We also provide a Est. reading time: 23 minutes TROYPOINT says: December 2, 2023 Hello @fsp...
@@ -240,61 +143,28 @@ export const RealDebridLive = Effect.gen(function* () { yield* sources.registerEmbellisher({ transform: (stream, baseUrl) => Effect.makeSpanScoped("RealDebrid.transform", { attributes: { infoHash: stream.infoHash }, }).pipe( Effect.flatMap(span => Effect.reque...
pathname}/real-debrid/${stream.infoHash}/${file.fileNumber}`, baseUrl, ).toString(), }), ) return files.map( file => new SourceStream({ ...stream, title: file.fileName, sizeBytes: file.fileSize, quality: stream.quality, url: new URL( `${baseUrl.pathname}/real-debrid/${stream....
@@ -44,14 +44,13 @@ export const RealDebridLive = Effect.gen(function* () { ), ), HttpClient.filterStatusOk, HttpClient.transformResponse( Effect.retry({ while: err => err._tag === "ResponseError" && err.response.status >= 429, ...