Skip to content

Releases: helltraitor/music-downloader-py

v1.1.1 Minor fixes

12 Feb 22:17
Compare
Choose a tag to compare

Fixed errors when no cover or release date provided

Full Changelog: v1.1.0...v1.1.1

v1.1.0 Kwargs options support

12 Feb 21:48
Compare
Choose a tag to compare

Most important update is internal: support custom displace (replacement) characters for invalid characters in paths (file and folder names). This is possible by adding kwargs options.

They defined as OptionName=OptionValue. Other variations will produce exceptions (e.g. Name=Value=Something).
Also enhanced none check on tags attribute of mutagen filetype.

Full Changelog: v1.0.1...v1.1.0

v1.0.1 Minor fixes on Yandex

18 Jan 13:53
Compare
Choose a tag to compare

Fixed type issue with str + int operation, that was caused by raw accessing response dict.
Fixed name issue when Track is not part of album.

Full Changelog: v1.0.0...v1.0.1

v1.0.0 (Application + Yandex)

02 Aug 14:22
14fbd73
Compare
Choose a tag to compare

Music downloader allows to download music from any domains.
For this release, Yandex domain support has been added.

Full Changelog: https://github.com/Helltraitor/music-downloader-py/commits/v1.0.0