yt-dlp DownLoad Helper
From terminal: node DownTube.mjs
video
- nodejs
- yt-dlp
If you want to install it and run DownTube from your DE menu, run: sudo bash install.sh
video
sudo bash UNINSTALL-DOWNTUBE
Thanks to greasyfork.org and ChatGPT for the code and idea.
Slackware users you have everything needed here to create your SlackBuild ;)
- for Debian based disrtos your yt-dlp is bloked and not allowed to work as expected...
yt-dlp: error: yt-dlp's self-update mechanism is disabled on Debian. Please update yt-dlp using apt(8). See https://packages.debian.org/sid/yt-dlp for the latest packaged version.
- to solve this issue you must remove apt installed yt-dlp and install it from gihub in
/usr/local/bin
sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
sudo chmod a+rx /usr/local/bin/yt-dlp