fariqfgi / youtubemp3

Shell Script to Download Youtube Video and Convert to MP3 use youtube-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YoutubeMP3

Shell script to download youtube video or Playlist and convert to MP3 using youtube-dl

youtubemp3

Required

Required youtube-dl and ffmpeg

$ sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl
$ sudo chmod a+x /usr/local/bin/youtube-dl
$ hash -r

Installation

$ git clone https://github.com/fariqfgi/youtubemp3.git
$ cd youtubemp3
$ chmod +x youtubemp3.sh
$ ./youtubemp3.sh

About

Shell Script to Download Youtube Video and Convert to MP3 use youtube-dl


Languages

Language:Shell 100.0%