Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmzhao/python-music-download
https://github.com/bmzhao/python-music-download
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmzhao/python-music-download
- Owner: bmzhao
- Created: 2017-03-07T20:53:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T06:48:37.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T15:44:55.914Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- 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 didn't want to download all links 2 levels down, and also wanted to write something myself.