Skip to content

v0.4.2

Choose a tag to compare

@Postmodum37 Postmodum37 released this 05 Dec 18:00
· 5 commits to main since this release

Bug Fixes

  • Fix TypeError when running beacon-dl without arguments (#missing retry parameter)
    • When calling download() directly as a Python function from default_callback, the retry parameter was missing
    • This caused typer.Option() to return an OptionInfo object instead of the default value 0
    • Error: unsupported operand type(s) for +: 'OptionInfo' and 'int'

Installation

uvx beacon-dl
# or
uv tool install beacon-dl