Skip to content

v2.0.0

Compare
Choose a tag to compare
@iBicha iBicha released this 21 Jul 00:04
· 35 commits to master since this release

[2.0.0] - 2022-07-20

Fixed

  • Added exception for when yt-dlp is missing locally

Changed

  • BREAKING CHANGE: Changed type YoutubeVideoFormat.Fps from int to float.
    • This is needed since youtube-dl started returning decimal numbers for frame rate, causing deserialization errors.