Skip to content

Releases: 89Q12/youtubei-rs

1.3.5

05 Jul 12:55
Compare
Choose a tag to compare

What's Changed

  • Fixed unknown type recognitionShelfRenderer fixes #4 in #6
  • Added utility functions for checking various things

Full Changelog: 1.3.4...1.3.5

1.3.4

13 Jun 10:14
Compare
Choose a tag to compare

What's Changed

  • Support for mixes
  • Support for in channel search
  • Browse requests with custom data
  • Bug fixes
  • Refactored misc.rs a little

1.2.4

09 Jun 13:03
Compare
Choose a tag to compare

What's Changed

  • Fixed parsing error when captions are not available
  • Removed one origin of possible panics
  • Fixed error when search endpoint returns searchPyvRenderer in json

1.2.3

09 Jun 09:21
Compare
Choose a tag to compare

What's Changed

  • Fixed examples
  • various bug fixes
  • Added filters to filter result
  • [Trivial] A bunch of minor typo/style corrections by @JSKitty in #1
  • [Trivial] Tiny condition shortening by @JSKitty in #2
  • [Trivial] Logic optimisation + Typo/style corrections by @JSKitty in #3

New Contributors