Tested on ubuntu 20.04LTS and Kali linux. Should work on any debian-like distros. A version is also available for android.
- Search on youtube directly from the application
- Download videos and playlists in audio format (m4a, mp3, wav,flac,...)
- Download .deb file from lastest release
- Install it using apt (assuming you are in the directory where is located your downloaded file)
sudo apt install ./youtube-downloader.deb
- Download .tar.gz file from lastest release
- Go where you have downloaded the archive and then type
tar -xvf youtube-downloader-<version number>.tar.gz
cd youtube-downloader
sudo make install
- If installed with apt, type
sudo apt remove youtube-downloader
- If installed with .tar.gz file, type
sudo bash /usr/local/lib/youtube-downloader/uninstall
- yt-dlp The Unlicense
- youtube-search-python MIT License
Please feel free to open an issue for :
- new improvements
- errors/bugs/...