Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 575 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 575 Bytes

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