Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 13:50

Release Notes

Fixed

  • 🐛 zvuk authorization error (#2)

    Keep cookies between requests.
    Send user agent with every request. By default it's from latest chrome
    on windows. Can be changed with --user-agent flag.

  • 🐛 don't skip lyrics with type null

    treat it as lyrics type

Install zvuk-dl 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/skarrok/zvuk-dl-rs/releases/download/v0.2.2/zvuk-dl-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/skarrok/zvuk-dl-rs/releases/download/v0.2.2/zvuk-dl-installer.ps1 | iex"

Download zvuk-dl 0.2.2

File Platform Checksum
zvuk-dl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
zvuk-dl-x86_64-apple-darwin.tar.xz Intel macOS checksum
zvuk-dl-x86_64-pc-windows-msvc.zip x64 Windows checksum
zvuk-dl-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
zvuk-dl-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum