Skip to content
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

Issue with Missing Filename in extraArgs When Using Real Debrid #282

Open
Nitzantomer1998 opened this issue May 24, 2024 · 1 comment
Open

Comments

@Nitzantomer1998
Copy link

Hi,

I'm not sure if this is the right place to address this, but I'm facing an issue with my addon (subtitles provider).

I rely on the filename provided in the extraArgs of the URL to match subtitles. This method works great, except when the user is using Real Debrid. For some reason, the filename doesn't exist in the extraArgs when Real Debrid is used.

Is there a way to obtain the filename in this scenario? When not using Real Debrid, the filename is present, but with Real Debrid, it isn't.

Note: If it's relevant, I'm using Torrentio.

@TwilightMercy
Copy link

TwilightMercy commented May 24, 2024

Referencing:
#248

Is it common issue for HTTP streams (such as Debrid services) and not direct torrents streaming?
Example:
filename=The.Avengers.2012.720p.BluRay.x264.YIFY.mp4
through Real Debrid the stream URL / filename should be:
https://download.real-debrid.com/d/<USER_API_KEY>/The.Avengers.2012.720p.BluRay.x264.YIFY.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants