Skip to content

This is a youtube video searcher and downloader for linux based on yt-dlp.

License

Notifications You must be signed in to change notification settings

acmo0/youtube-downloader-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/...