-
Notifications
You must be signed in to change notification settings - Fork 588
[FR] - Support bulk/playlist download #108
Comments
@untotren re: zip: currently the server never touches the actual stream/video/audio data, it just passes the actual stream URLs to your browser so that the user can download them. Zipping the audio/video data would require that the server downloads the actual data, before zipping it, and then uploading it to the user. This doubles the required bandwidth (most a/v data is already compressed and zipping only results in wasted CPU cycles) and is very far from how alltube currently works. Re: bulk download: As far as I know it is not possible to download multiple files from a single HTML link. Your best bet would be using a bulk download manager or browser addon such as DownThemAll Another possible solution would be assigning a |
I'm currently trying different approaches for this. This is not so far from options we already provide (MP3 conversion, remux) but it can potentially use a lot of resources so we probably won't enable it by default. JavaScript becomes a nightmare with playlists that have a lot of videos so I'm looking for a server side solution. |
I tried two different libraries that could do this but they both have issues that are blocking me: |
I added experimental support for this on the develop branch (d3c6825). |
Closing as the basic functionnality is there. |
@Rudloff Thank you sorry I am travelling for work I will try it out ASAP!! |
when I put playlist right now, it generates many links. It would be nice to bulk download, perhaps even as a .zip.
The text was updated successfully, but these errors were encountered: