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`