Revert "Use archive url of librespot-python instead of git url"

This reverts commit c74dd60411.
This commit is contained in:
Jonathan Barratt 2021-10-24 03:53:05 +07:00
parent c74dd60411
commit fe7ceda687
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Binaries
- Python 3.8 or greater
- ffmpeg*
- Git**
Python packages:
@ -24,6 +25,8 @@ Python packages:
```
\*ffmpeg can be installed via apt for Debian-based distros or by downloading the binaries from [ffmpeg.org](https://ffmpeg.org) and placing them in your %PATH% in Windows.
\*\*Git can be installed via apt for Debian-based distros or by downloading the binaries from [git-scm.com](https://git-scm.com/download/win) for Windows.
```
Command line usage:
python zspotify.py Loads search prompt to find then download a specific track, album or playlist

View File

@ -1,4 +1,4 @@
https://github.com/kokarare1212/librespot-python/archive/main.zip
git+https://github.com/kokarare1212/librespot-python
music_tag
pydub
Pillow