Update README.md

This commit is contained in:
Footsiefat 2021-10-21 09:50:34 +13:00 committed by GitHub
parent e9547e0577
commit 5838ea0ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Python packages:
```
Command line usage:
python zspotify.py Loads search prompt to find then download a specific track, album or playlist
python zspotify.py <track/album/playlist url> Downloads the track, album or playlist specified as a command line argument
python zspotify.py <track/album/playlist/episode url> Downloads the track, album, playlist or podcast episode specified as a command line argument
Extra command line options:
-p, --playlist Downloads a saved playlist from your account
@ -45,7 +45,7 @@ Special hardcoded options:
- Rewrote README.md to look a lot more professional.
- Added patch to fix edge case crash when downloading liked songs.
- Made premium account check a lot more reliable.
- Added experimental podcast support!
- Added experimental podcast support for specific episodes!
**v1.6 (20 Oct 2021):**
- Added Pillow to requirements.txt.