Download songs or any other audio stuff from youtube in bulk using this bash script (for Linux).
- clone this repo
- modify
songlist.txt
with the things you wish to download and write it how you would search it on youtube - ensure
downloadSongs.sh
andsonglist.txt
are in the same folder - make
downloadSongs.sh
executable by running:chmod +x downloadSongs.sh
- open terminal -> cd into the folder which contains
downloadSongs.sh
andsonglist.txt
and run:./downloadSongs.sh
- all your downloaded music will be transferred to Music directory