Skip to content

Releases: b5i/YouTubeKit

2.2.0

02 Sep 07:11
@b5i b5i
Compare
Choose a tag to compare

Fixed

New

  • VideoInfosResponse now contains a defaultFormats and a downloadFormats property. The VideoInfosResponse should replace the VideoInfosWithDownloadFormatsResponse in the long term.

Full Changelog: v2.1.1...v2.2.0

2.1.1

30 Jul 08:25
@b5i b5i
Compare
Choose a tag to compare

2.1.0

07 Jul 11:52
@b5i b5i
Compare
Choose a tag to compare

YouTubeKit 2.1.0 is here!

New

  • Support for Trending tabs.
  • Support for all subscriptions of an account.
  • Support for the subscription feed of an account.
  • Support for all comment actions.

Fixed

Full Changelog: v2.0.0...v2.1.0

2.0.0

17 Jun 22:12
@b5i b5i
Compare
Choose a tag to compare

YouTubeKit 2.0.0 is here!

Full Changelog: v1.3.0...v2.0.0

2.0.0 Release Candidate 2

2.0.0 Release Candidate

07 Mar 15:06
@b5i b5i
Compare
Choose a tag to compare
Pre-release

YouTubeKit's V2 version is finally here!

New:

  • A new validators system for the data of the requests
  • A new logger system to allow active debugging at runtime

Changed:

  • Instead of tuples, YouTubeKit is now using the Result and async/throws APIs
  • Errors are now clearer
  • Switched to MIT licence.

Full Changelog: v1.3.0...v2.0.0-rc

1.3.0

1.2.1

01 Feb 10:35
@b5i b5i
Compare
Choose a tag to compare

Fixes:

  • Fixed like informations not extracted in MoreVideoInfosResponse.
  • Fixed test of MoreVideoInfosResponse not working.

Full Changelog: v1.2.0...v1.2.1

1.2.0

25 Jan 09:52
@b5i b5i
Compare
Choose a tag to compare

New:

  • History scrapping.

Fixes:

  • Fixed AllPossibleHostPlaylistsResponse returning a bad playlist id.
  • Fixed VideoInfosWithDownloadFormatsResponse scrapping sometimes not working.

Full Changelog: v1.1.1...v1.2.0

1.1.1

14 Dec 17:30
@b5i b5i
Compare
Choose a tag to compare

V1.1.1 of YouTubeKit!

New:

  • Added defaultFormats to VideoInfosWithDownloadFormatsResponse, proposed in #5.
  • Added mimeType property to the DownloadFormat protocol.

Bug fixes:

  • Fixed useCookies = false being overwritten by alwaysUseCookies.
  • Fixed chapters sometimes not detected in MoreVideoInfosResponse.
  • Fixed player scrapping not saved properly in VideoInfosWithDownloadFormatsResponse .

Full Changelog: v1.1.0...v1.1.1