Unrud / video-downloader

Download videos from websites like YouTube and many others (based on yt-dlp)
GNU General Public License v3.0
709 stars 89 forks source link

Add queue support #220

Closed ghost closed 11 months ago

ghost commented 1 year ago

Hello, currently, you have to wait for each video to finish downloading before starting another one. Is there a way to implement a queue system for downloads?

This would allow multiple downloads to be queued up and processed one after another, eliminating the need to wait for each individual download to complete before initiating the next one.

Unrud commented 11 months ago

Just open multiple windows. In the menu or Ctrl+N. If needed, we could add an option to limit the number of downloads running in parallel. But I have not had any problems yet.