mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.35k stars 104 forks source link

Kudos and feature request - enable Add URL to List while downloads are ongoing. #254

Closed linuxguy123 closed 1 year ago

linuxguy123 commented 1 year ago

Kudos for a well written utility. It's great it is in the Fedora repos.

Feature request... it would be great if one could add URLs to the batch download list while URLs are being downloaded. So if the user is downloading a large file and finds something else he wants downloaded he can add to the list without having to wait for the current list to be completed.

Should be as easy as adding an item to TableWidget ?

mhogomchungu commented 1 year ago

This is a bug since controls for adding url are disabled when downloading.

Manually typing in Url is not something i expect users to do on a regular basis and preferred way is the clipboard monitoring feature and adding url to the UI from browser context menu.

mhogomchungu commented 1 year ago

This is done.