-
Notifications
You must be signed in to change notification settings - Fork 879
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
Download videos locally #582
Comments
Downloads are on our bucket list. However PrestoN has something planned for that with the ytdl module. So it might take a while till it is available. |
I wanted to suggest a download manager as well, I had a similar issue #416 that was closed prematurely. |
My current plans with this is to show the basic download options similar to what Invidious did. This does mean that a majority of sources are going to have the video / audio split into different downloads though. My long term plan is to integrate something like YouTube DL Material to handle the downloads as they can combine the audio / video formats and will overall likely handle this better than I could. This will be a while before I can implement it though. |
|
It would be better to have something that uses Javascript and not a completely different programming language, as we would have to include the binary instead of pure code. |
I've just added this to the new dev builds. This will open the selected format into your web browser so that you can download it from there. We'll include better download functionality in a future update, but this should be enough for now. |
You could have the option to download the videos locally.
A button that would open a Selection with the Download options, in different formats and sizes.
The text was updated successfully, but these errors were encountered: