Skip to content

Releases: where-is-brett/downie

v0.2.0

29 Oct 11:14

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Downie v0.2.0

⚠️ Breaking Changes

CLI Command Structure Redesign

Old commands:

downie download [url]
subtitle-dl download [url]

New commands:

downie video download [url]
downie subtitle download [url]

🔄 Changes

  • Applied code formatting standards using black and isort
  • Improved CLI documentation and help messages
  • Enhanced inline code documentation

🐛 Bug Fixes

  • Fixed subtitle CLI implementation to properly handle the --auto-generated flag
    # Now working correctly
    downie subtitle download [url] --auto-generated

Full Changelog: v0.1.0...v0.2.0