Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (33 loc) · 1.35 KB

Youtube Downloader Linux


Compatibility

Tested on ubuntu 20.04LTS and Kali linux. Should work on any debian-like distros. A version is also available for android.

Features

  • Search on youtube directly from the application
  • Download videos and playlists in audio format (m4a, mp3, wav,flac,...)

Download

Using deb package

sudo apt install ./youtube-downloader.deb

Using tar archive

tar -xvf youtube-downloader-<version number>.tar.gz
cd youtube-downloader
sudo make install

Uninstallation

  • 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

Credits

Issues

Please feel free to open an issue for :

  • new improvements
  • errors/bugs/...