mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
Use archive url of librespot-python instead of git url
This commit is contained in:
parent
80813381fc
commit
c74dd60411
@ -16,7 +16,6 @@ Binaries
|
|||||||
|
|
||||||
- Python 3.8 or greater
|
- Python 3.8 or greater
|
||||||
- ffmpeg*
|
- ffmpeg*
|
||||||
- Git**
|
|
||||||
|
|
||||||
Python packages:
|
Python packages:
|
||||||
|
|
||||||
@ -25,8 +24,6 @@ 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.
|
\*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:
|
Command line usage:
|
||||||
python zspotify.py Loads search prompt to find then download a specific track, album or playlist
|
python zspotify.py Loads search prompt to find then download a specific track, album or playlist
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
git+https://github.com/kokarare1212/librespot-python
|
https://github.com/kokarare1212/librespot-python/archive/main.zip
|
||||||
music_tag
|
music_tag
|
||||||
pydub
|
pydub
|
||||||
Pillow
|
Pillow
|
||||||
|
Loading…
Reference in New Issue
Block a user