Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmzhao/download-music-sketchily
https://github.com/bmzhao/download-music-sketchily
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmzhao/download-music-sketchily
- Owner: bmzhao
- Created: 2017-02-28T20:22:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T06:49:16.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T15:44:53.875Z (2 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.