Skip to content

Releases: DzenanJupic/rustube

Send Callback

16 Oct 20:36
Compare
Choose a tag to compare

Callback now takes Send + Sync closures, and results in a Send Callback

fix wrong file extension

02 Jan 13:31
Compare
Choose a tag to compare

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

25 Dec 17:59
Compare
Choose a tag to compare

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

18 Oct 07:15
Compare
Choose a tag to compare
bumped version to 0.3.6

Signed-off-by: Dzenan Jupic <[email protected]>

Quick fix for YouTube API change

23 Jul 09:43
Compare
Choose a tag to compare

Age-restricted videos don't work currently.
Progress is tracked in #38 and #39.

v0.3.4

04 Jul 09:12
Compare
Choose a tag to compare
updated to 0.3.4

v0.3.3

19 Jun 07:55
Compare
Choose a tag to compare
updated to 0.3.3

made PlayerMicroformatRenderer.embed optional

09 Jun 03:52
Compare
Choose a tag to compare

HDR support and more

05 Jun 21:10
Compare
Choose a tag to compare
v0.3.1

updated the 0.3.0

New rustube-cli options

05 Jun 18:27
Compare
Choose a tag to compare
v0.3.0

small README adjustment