rusty_ytdl

A Rust library for Youtube video searcher and downloader

MIT License

Stars
96
Committers
7

Bot releases are hidden (Show)

rusty_ytdl - v0.7.4 Latest Release

Published by Mithronn 2 months ago

  • 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
rusty_ytdl - v0.7.3

Published by Mithronn 3 months ago

  • Code quality improved
  • reqwest crate socks and native-tls-vendored feature flags added
  • extract_ncode function error fixed (youtube-api-changed)
rusty_ytdl - v0.7.2

Published by Mithronn 5 months ago

  • NonLiveStream can now be reused
  • ffmpeg feature implementation improved
  • Search suggestion function added
  • Crates updated and unused crates removed
rusty_ytdl - v0.7.1

Published by Mithronn 7 months ago

  • Reuse reqwest client added to RequestOptions
  • Request with cookie issue fixed
  • Improved performance (thanks to @ccgauche )
rusty_ytdl - v0.7.0

Published by Mithronn 7 months ago

  • FFmpeg feature implemented
  • bytes create implemented for download functions
rusty_ytdl - v0.6.7

Published by Mithronn 8 months ago

  • VideoFormat mime_type property more stable with new crate mime
  • Some crates updated with new versions
rusty_ytdl - v0.6.6

Published by Mithronn 8 months ago

CLI implemented