Skip to content

Releases: apastel/ytmusic-deleter

1.2.7

24 Jul 23:52
1430a6f
Compare
Choose a tag to compare
  • 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

24 Jul 23:35
ea2795d
Compare
Choose a tag to compare
  • 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

24 Jul 18:55
1075d27
Compare
Choose a tag to compare

Attempt to resolve issue #12 by first filtering out songs that might have None for an album.

1.2.4

31 Jan 20:30
89d7d88
Compare
Choose a tag to compare

Add headers_auth.json to gitignore

1.2.3

31 Jan 20:28
3b1700f
Compare
Choose a tag to compare

Use hasattr to check for attributes; prevents exception and allows songs with missing metadata to be deleted.

1.2.2

30 Jan 06:01
d4f801c
Compare
Choose a tag to compare

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

04 Jan 05:03
a0ece90
Compare
Choose a tag to compare

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

06 Dec 07:55
a106bc0
Compare
Choose a tag to compare

Added new command to delete all your playlists: delete-playlists

1.1.0

07 Oct 03:25
59672bc
Compare
Choose a tag to compare

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

26 Sep 00:50
59ea8fa
Compare
Choose a tag to compare

First release of ytmusic-deleter as a python module.

Recommended to install via pip:
pip install ytmusic-deleter