danamag / stremio-addons-list

A community curated list of Stremio Addons
MIT License
667 stars 51 forks source link

SubDL Subtitles #355

Open nexusdiscord opened 1 month ago

nexusdiscord commented 1 month ago

Addon Manifest URL

https://f7094476a780-stremio-subdl.baby-beamup.club/manifest.json

Addon Description

SubDL subtitles based on user-provided API key

Language of Content

None

Choose Labels

ewwink commented 1 month ago

the server must response with .srt (text) file not .zip

nexusdiscord commented 1 month ago

the server must response with .srt (text) file not .zip

Hi, it doesn't matter because stremio can handle zip file

ewwink commented 1 month ago

the server must response with .srt (text) file not .zip

Hi, it doesn't matter because stremio can handle zip file

you are right, the problem is in my side. I use stremio web with custom remote server https://mydomain-server so it cannot handle http://127.0.0.1

If I'm not wrong you can strip the URL from

http://127.0.0.1:11470/subtitles.vtt?from=https://dl.subdl.com/subtitle/xxx-xxx.zip

to

https://dl.subdl.com/subtitle/xxx-xxx.zip

because every subtitle request will be forwarded to http://server/subtitles.vtt

https://mydomain-server:11470/subtitles.vtt?from=https://dl.subdl.com/subtitle/xxx-xxx.zip
or
http://127.0.0.1:11470/subtitles.vtt?from=https://dl.subdl.com/subtitle/xxx-xxx.zip
nexusdiscord commented 1 month ago

the server must response with .srt (text) file not .zip

Hi, it doesn't matter because stremio can handle zip file

you are right, the problem is in my side. I use stremio web with custom remote server https://mydomain-server so it cannot handle http://127.0.0.1

If I'm not wrong you can strip the URL from

http://127.0.0.1:11470/subtitles.vtt?from=https://dl.subdl.com/subtitle/xxx-xxx.zip

to

https://dl.subdl.com/subtitle/xxx-xxx.zip

because every subtitle request will be forwarded to http://server/subtitles.vtt

https://mydomain-server:11470/subtitles.vtt?from=https://dl.subdl.com/subtitle/xxx-xxx.zip
or
http://127.0.0.1:11470/subtitles.vtt?from=https://dl.subdl.com/subtitle/xxx-xxx.zip

Hi, I cannot remove http://127.0.0.1:11470/subtitles.vtt?from= it originates from the stremio addon SDK, which is used for handling zip subtitles

ewwink commented 1 month ago

Hi, I cannot remove http://127.0.0.1:11470/subtitles.vtt?from= it originates from the stremio addon SDK, which is used for handling zip subtitles

nevermind, I just created my own addon, and I can confirm that http://127.0.0.1:11470/subtitles.vtt?from= is not necessary.

nexusdiscord commented 1 month ago

Hi, I cannot remove http://127.0.0.1:11470/subtitles.vtt?from= it originates from the stremio addon SDK, which is used for handling zip subtitles

nevermind, I just created my own addon, and I can confirm that http://127.0.0.1:11470/subtitles.vtt?from= is not necessary.

Hi, You're right, but I just need it for the vercel serverless. Glad to hear your problem is resolved.

tkien931 commented 1 month ago

Is this addon working? Nothing happens when I click on Install And there's no way to get the install URL from that website

Edit: Nvm...issue with my installation. Would be great if we can copy the URL like the other addons though

nexusdiscord commented 1 month ago

It's working for Stremio web now, ass/ssa, smi support type, season-pack subtitle

ngocanhtve commented 1 week ago

Currently v0.0.7 got bug The archive format is not supported when streaming. But I'm not sure if it's the addon's issue or not!