├── .gitignore ├── README.md ├── jbripper.py └── jukebox.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robbeofficial/spotifyripper/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robbeofficial/spotifyripper/HEAD/README.md -------------------------------------------------------------------------------- /jbripper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robbeofficial/spotifyripper/HEAD/jbripper.py -------------------------------------------------------------------------------- /jukebox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robbeofficial/spotifyripper/HEAD/jukebox.py --------------------------------------------------------------------------------