-
Notifications
You must be signed in to change notification settings - Fork 2
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
REQUEST to make LINKS GENERATED downloadable in browser #5
Comments
Unfortunately, I don't know how to make it downloadable. Using the method the previous gdrive addon used caused issues with using more than 10ms of CPU time, causing the streams to not work. So I simply pass the request body from google drive through at the download URL. Some download managers, like JDownloader2, can download the video. Trying to download through the browser simply doesn't work, and I don't know how to make it work. Maybe I did do something wrong initially when trying to replicate the previous addon, but for now, the current method works for streaming, and that is the only scope of this addon. I can leave this issue open if someone else knows how to fix it, and they can create a pull request to solve it. |
I think this might HELP (might be dumb too🙃 , I am not CODER) It said Why "ABC" Can't Be Downloaded in Browser
Why "XYZ" Can Be Downloaded
How to Control Download Behavior
Action Steps
|
I know MEDIAFUSION DEV |
Sure. This is probably a simple fix, I'm just not that good at coding. |
I can't write 1000 lines of code that work perfectly , you are really good. |
Thanks. By the way, downloading won't be possible with proxiedPlayback disabled. With proxiedPlayback disabled, you need to send your access token in the authorization headers to be able to access the file. This is the relevant code that creates the proxied response stremio-gdrive-addon/src/index.js Lines 797 to 830 in 8864587
Although there could be a way to download the stream with Stremio, as it has a download this link button on some platforms, I forget which though. |
1DM+ can download with proxiedPlayback disabled using GRABBER , but issue is file name is like hsososbeksksbshMOVIENAMEjdkdjddheisk😅 STREMIO Android doesn't have a download button🙂 |
Oh, in response to your original comment. Yes you can update the code by just using the OAuth tool again. That would be the simplest and easiest way to do it. Yeah with proxied playback disabled, the filename is just the ID of the file in google drive, we can't change that. I do provide the filename query string to the URL though. |
It's my fault , I missed the commit where you have added line saying to "remove existing code" yes , I enabled it then. I always wanted to stream files from TELEGRAM to STREMIO |
No problem. |
It's me again👋🏻
I used OAuthtool and my old client ID and client SECRET to get new code ,
used HACKERS KEYBOARD to copy and paste in CLOUDFLARE
(I don't have a PC , this app helps copy long codes)
This is the way to update the code , right Sir?
addon is now deployed and works perfectly in STREMIO , I'm so happy right now♥️
My third request today🙃 :
STREMIO asks me to choose which app to open the FILES with.
I always chose video players if I want to watch it , browsers if I want to download it.
I use REAL DEBRID and the links generated can be downloaded with browsers.
But when opening the LINKS GENERATED by stremio-gdrive-addon in browsers , the links loads 100% , but download won't start , and this issue is for 1-2 files per movie , I tested 10+ movies since last week. Sometimes , 1DM+ opens a video in the browser itself.
I tried Chrome - it shows 1 download pending or failed.
I tried 1DM - the links loads 100% and nothing happens.
The same links have no buffering while STREAMING.
Can you please make the LINKS GENERATED by stremio-gdrive-addon downloadable in BROWSERS and at the same time streamable using VIDEO PLAYERS
if it's not possible , add a option in CONFIG ,
to set links to DOWNLOAD only and I can deploy another add-on ,
one for streaming , one for downloading.
The text was updated successfully, but these errors were encountered: