stackrip
v1.0.8
Published
Quick lib to download songs from hypem's stack newsletter
Downloads
6
Readme
StackRipper
I could run network inspector every week and download stuff from soundcloud by hand. Or I could just write this script.
Install
> npm i -g stackrip
Usage
> stackrip -w <episodeNumber> -d <dirDest>
Options
- -h(help): usage
- -V(version): version
- -d(destination): download destination
- -w(episode): Episode # to download
TODO
- Add id3 tags
- Make async stuff less painful, maybe pull in Jafar's stuff
- Patch cases where it dies on certain urls/providers
- Make more resilient, right now if one song dies the whole thing dies