Nothing Special   »   [go: up one dir, main page]

Skip to content

A command line youtube music downloader and player script

Notifications You must be signed in to change notification settings

superRaptor911/rmusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rmusic

A command line youtube music downloader and player script made using youtube-dl

installation

Dependencies

rmusic depends on youtube-dl, ffmpeg and vlc to download and play music. You must install these dependecies first.

  • For arch based distros
sudo pacman -S youtube-dl ffmpeg vlc
  • For debian/ubuntu
sudo apt update && sudo apt install youtube-dl ffmpeg vlc

rmusic

To install rmusic, run this command

git clone https://github.com/superRaptor911/rmusic.git && cd rmusic && mv rmusic.sh ~/.local/bin/rmusic && cd .. && rm -rf rmusic

usage

rmusic "search query"

example

rmusic "linkin park numb"

example to download mp3

rmusic "linkin park numb" -s

About

A command line youtube music downloader and player script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages