Shell script to download entire youtube playlist videos and convert to music format.
./metube install
Prepare a sources file contains all playlists including name and url in the following format:
sources.txt
name1,url1
name2,url2
./metube download sources.txt /path/to/music
titles = document.querySelectorAll('#video-title')
for (title of titles) console.log(title.getAttribute('href'))