Skip to content

A bash script which takes in a file input (list of songs or any other thing you wish to download in the audio format).

Notifications You must be signed in to change notification settings

satyamsundaram/Youtube-Songs-Downloader-Bulk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Download songs or any other audio stuff from youtube in bulk using this bash script (for Linux).

Steps:

  1. clone this repo
  2. modify songlist.txt with the things you wish to download and write it how you would search it on youtube
  3. ensure downloadSongs.sh and songlist.txt are in the same folder
  4. make downloadSongs.sh executable by running: chmod +x downloadSongs.sh
  5. open terminal -> cd into the folder which contains downloadSongs.sh and songlist.txt and run: ./downloadSongs.sh
  6. all your downloaded music will be transferred to Music directory

About

A bash script which takes in a file input (list of songs or any other thing you wish to download in the audio format).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages