Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Releases: acgonzales/pydeezer

PyDeezer v1.1.4-post1

05 Jan 11:23

Choose a tag to compare

Fixes

  • Fixes TypeError: got an unexpected keyword argument when using DefaultProgressHandler on download.

PyDeezer v1.1.4

05 Jan 10:10

Choose a tag to compare

Changes

  • Replaced tqdm into rich for default progress library.

Feature

  • Added Downloader class to support multithreaded downloads.

PyDeezer v1.1.3-post1

05 Jan 05:57

Choose a tag to compare

Changes

  • Added initialize() to BaseProgressHandler to be able to support custom properties on __init__().

PyDeezer v1.1.3

04 Jan 17:25

Choose a tag to compare

Fixes

  • Fixes a KeyError if a track have no genre.

Feature

  • Added support for custom progress handlers on downloads. See README.md

PyDeezer v1.1.2

03 Aug 14:47

Choose a tag to compare

Fixed a bug where it displays wrong tracks on the CLI

Fixed a KeyError in get_artist_poster()

PyDeezer v1.1.1-p3

26 Jul 08:40

Choose a tag to compare

Skip adding featuring artists in title if it already exists.

PyDeezer v1.1.1-p2

18 May 09:38

Choose a tag to compare

Supposed fix on #6

Fix on the CLI KeyError when media type argument is supplied.

PyDeezer v1.1.1-p1

12 May 14:52
f9b98f5

Choose a tag to compare

PyDeezer v1.1.1

05 May 09:12

Choose a tag to compare

Now able to write genre tags in the music id3/flac tags.

Solution to Issue #4

PyDeezer v1.1.0

24 Apr 11:14

Choose a tag to compare

Fix console script overriding other packages