Skip to content

Releases: Mithronn/rusty_ytdl

v0.7.4

10 Aug 19:08
Compare
Choose a tag to compare
  • Added age-restricted video support
  • Custom request retry strategy if status codes 4XX-5XX
  • The download function will throw an error if the response status is between 400..599 rather than create an empty file
  • MSRV is now 1.79.0

v0.7.3

11 Jul 11:43
Compare
Choose a tag to compare
  • Code quality improved
  • reqwest crate socks and native-tls-vendored feature flags added
  • extract_ncode function error fixed (youtube-api-changed)

v0.7.2

15 May 22:51
Compare
Choose a tag to compare
  • NonLiveStream can now be reused
  • ffmpeg feature implementation improved
  • Search suggestion function added
  • Crates updated and unused crates removed

v0.7.1

20 Mar 16:29
Compare
Choose a tag to compare
  • Reuse reqwest client added to RequestOptions
  • Request with cookie issue fixed
  • Improved performance (thanks to @ccgauche )

v0.7.0

07 Mar 21:57
Compare
Choose a tag to compare
  • FFmpeg feature implemented
  • bytes create implemented for download functions

v0.6.7

05 Mar 14:24
Compare
Choose a tag to compare
  • VideoFormat mime_type property more stable with new crate mime
  • Some crates updated with new versions

v0.6.6

19 Feb 19:20
Compare
Choose a tag to compare

CLI implemented