Skip to content

Easy script to download a list of songs from youtube videods and convert them to mp3(Linux)

Notifications You must be signed in to change notification settings

seloner/YoutubeDownloaderList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

YoutubeDownloaderListConvertToMp3

Easy script for downloading multiple videos from youtube and converting them to mp3.

Prerequisites

  • youtube-dl
  • Ffmpeg

Getting started

#Install youtube-dl
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl

#Install ffpmeg
sudo apt-get install ffmpeg

#Give permissions to the script
chmod 755 script.sh

Running the script

Put inside an input file your youtube links (one link in every line).

For example:
www.youtube.com/link1
www.youtube.com/link2
etc...

Then run the following command in the terminal

./script.sh input

Songs folder will be created where all of the downloaded songs will be located

About

Easy script to download a list of songs from youtube videods and convert them to mp3(Linux)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages