Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmzhao/download-music-sketchily


https://github.com/bmzhao/download-music-sketchily

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Download Music

Don't wanna sign up to a website to download an album of music that
whose individual songs are already available for listening on a website?

Don't wanna manually click through each of the download links manually
to download each song?

Same here!
I wrote this to download some psycho pass songs available here: `http://anime.thehylia.com/soundtracks/album/psycho-pass-complete-original-soundtrack`

Modify if you need to download further than one layer of links down.

Why didn't you just use [`wget -r --level=2`](https://www.gnu.org/software/wget/manual/html_node/Recursive-Retrieval-Options.html)
and recursively download one level? I just wanted to write something myself.