Releases: helltraitor/music-downloader-py
v1.1.1 Minor fixes
Fixed errors when no cover or release date provided
Full Changelog: v1.1.0...v1.1.1
v1.1.0 Kwargs options support
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
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)
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