Releases: Mithronn/rusty_ytdl
Releases · Mithronn/rusty_ytdl
v0.7.4
- 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
- Code quality improved
- reqwest crate
socks
and native-tls-vendored
feature flags added
extract_ncode
function error fixed (youtube-api-changed)
v0.7.2
NonLiveStream
can now be reused
ffmpeg
feature implementation improved
- Search
suggestion
function added
- Crates updated and unused crates removed
v0.7.1
- Reuse reqwest client added to RequestOptions
- Request with cookie issue fixed
- Improved performance (thanks to @ccgauche )
v0.7.0
- FFmpeg feature implemented
bytes
create implemented for download functions
v0.6.7
- VideoFormat mime_type property more stable with new crate
mime
- Some crates updated with new versions