Releases: apastel/ytmusic-deleter
Releases · apastel/ytmusic-deleter
1.2.7
- When no liked songs were found, don't print the KeyError that happened. Just print a message saying no liked songs were found.
1.2.6
- Replace hasattr() with in because hasattr() does not test for members of a dictionary.
- Add logging statement for number of songs that were filtered out because they didn't have album data
- Add pytest to develop_reqs
1.2.5
Attempt to resolve issue #12 by first filtering out songs that might have None
for an album.
1.2.4
Add headers_auth.json to gitignore
1.2.3
Use hasattr to check for attributes; prevents exception and allows songs with missing metadata to be deleted.
1.2.2
Update ytmusicapi to 0.14.0.
Catch exception when attempting to delete a playlist that originated in YT Music (aka a "curated" playlist).
1.2.1
Changes:
- Catch exception when user does not have any Likes
- Update ytmusicapi to 0.12.2. This fixes bugs caused by recent changes made by Google.
- Add version option to CLI
1.2.0
Added new command to delete all your playlists: delete-playlists
1.1.0
Install via pip install ytmusic-deleter
- Fixes issues with
--add-to-library
option of delete-uploads
- Added new
unlike-all
command which will reset all your Thumbs Up ratings back to neutral
1.0.0
First release of ytmusic-deleter as a python module.
Recommended to install via pip:
pip install ytmusic-deleter