Releases: DzenanJupic/rustube
Releases · DzenanJupic/rustube
Send Callback
Callback
now takes Send + Sync
closures, and results in a Send
Callback
fix wrong file extension
Until now whenever a Stream
is downloaded using Stream::download
, the resulting file has mp4
extension. From now on, the extension is dynamically evaluated by the mime type.
0.3.7 Dislike button got removed
YouTube recently removed the dislike button. This lead to VideoDetails.average_rating
missing. This update fixes the issue, improves error logging, and changes a few error messages.
YouTube shorts url
bumped version to 0.3.6 Signed-off-by: Dzenan Jupic <[email protected]>
Quick fix for YouTube API change
v0.3.4
updated to 0.3.4
v0.3.3
updated to 0.3.3
made PlayerMicroformatRenderer.embed optional
v0.3.2 updated to 0.3.2
HDR support and more
v0.3.1 updated the 0.3.0
New rustube-cli options
v0.3.0 small README adjustment