├── LICENSE ├── README.md ├── download.py └── spotify.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akul08/Spotify-Downloader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akul08/Spotify-Downloader/HEAD/README.md -------------------------------------------------------------------------------- /download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akul08/Spotify-Downloader/HEAD/download.py -------------------------------------------------------------------------------- /spotify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akul08/Spotify-Downloader/HEAD/spotify.py --------------------------------------------------------------------------------