Re: GUI download managers for Linux
Reply #4 –
Hello,
I sometimes use Clipgrab offered in Appimage :
https://clipgrab.org/download-clipgrab/
But most of the time yt-dl + xclip do the job.
I created a launcher that points to this little script :
#!/bin/sh
yt-dlp -S 'res:1080' `xclip -o`
Then I just have to highlight or copy (Ctrl+C) the URL and click on my launcher.