Rudloff / alltube

Web GUI for youtube-dl
GNU General Public License v3.0
2.94k stars 584 forks source link

Download and save in background (server side) #334

Closed SaswatPadhi closed 3 years ago

SaswatPadhi commented 3 years ago

Enhancement:

Instead of triggering a client-side (browser) download / streaming, alltube could save the video to a predefined location (may be in the config file) on the server side. It would also be nice if the web UI could show a list of previously downloaded and currently downloading videos.

SaswatPadhi commented 3 years ago

Ah, just noticed that it's related to #303.

Rudloff commented 3 years ago

The goal of AllTube is to download videos to the client. There are other softwares that do what you ask (youtube-dl-web-ui, for example).

SaswatPadhi commented 3 years ago

Thanks. Closing this issue since it's out of scope.