Skip to content

danztran/metube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

metube

Shell script to download entire youtube playlist videos and convert to music format.

Setup

./metube install

Run

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

List Video IDs on youtube playlist

titles = document.querySelectorAll('#video-title')
for (title of titles) console.log(title.getAttribute('href'))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages