Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 932 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 932 Bytes

Unreleased

  • feat: Add ignore_errors to builder and options
  • fix: Add niconico_dmc to formats

0.8.1

  • feat: add support for rustls-tls feature of the transitive reqwest dependency

0.8.0

  • BREAKING CHANGE: Removed support for youtube-dl. Now only supports yt-dlp
  • feat: Add helper to download yt-dlp programatically with reqwest.
  • ci: set up GitHub Actions

0.7.0

  • Added async support via tokio, disabled per default. You can opt-in via the tokio feature.
  • Add feature yt-dlp to support yt-dlp

0.6.3

  • Added cookies + custom args settings

0.6.2

  • Allow missing acodec/vcodec fields.
  • Added custom parser for format codec fields
  • Changed file size to be a float.

0.6.1

  • Fixed type mismatch for episode_number and season_number.

0.6.0

  • Added search_for method to utilize the search feature of youtube-dl. Allows specifying the search provider and the number of desired results.