From 5838ea0ce1d8240b8eadf10bde2c2537fe848f2a Mon Sep 17 00:00:00 2001 From: Footsiefat <12180913+Footsiefat@users.noreply.github.com> Date: Thu, 21 Oct 2021 09:50:34 +1300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae75207..1afdd09 100644 --- a/README.md +++ b/README.md @@ -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 Downloads the track, album or playlist specified as a command line argument + python zspotify.py 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.