Skip to content

Releases: sns-sdks/python-youtube

v0.9.7

28 Oct 09:17
Compare
Choose a tag to compare

Version 0.9.7 (2024-10-28)

What's New

  • Fix dependencies.

v0.9.6

09 Sep 10:11
Compare
Choose a tag to compare

Version 0.9.6 (2024-09-09)

What's New

-Add new part field recordingDetails for video resource. Thanks for @vmx

v0.9.5

09 Aug 02:18
Compare
Choose a tag to compare

Version 0.9.5 (2024-08-09)

What's New

  • Make video regionRestriction fields to Optional. Thanks for @pidi3000
  • Modify some examples. Thanks for @pidi3000
  • fix enf_parts for part with whitespaces. Thanks for @pidi3000

v0.9.4

18 Feb 06:52
Compare
Choose a tag to compare

Version 0.9.4 (2024-02-18)

What's New

  • Add new parameter for_handle to get channel by handle.
  • fix some wrong error message.

v0.9.3

22 Nov 08:11
Compare
Choose a tag to compare

Version 0.9.3 (2023-11-22)

What's New

  • Add initial client with client_secret file. Thanks for @pidi3000

v0.9.2

26 Sep 02:44
Compare
Choose a tag to compare

Version 0.9.2 (2023-09-26)

What's New

  • Add new parameter for search method
  • Mark some parameter or method to be deprecated.

v0.9.1

19 Jul 10:21
Compare
Choose a tag to compare

Version 0.9.1 (2023-07-19)

What's New

v0.9.0

26 Dec 02:41
Compare
Choose a tag to compare

Version 0.9.0 (2022-12-26)

What's New

  • Introduce new Client to operate YouTube DATA API. #120.
  • More example to show library usage.

v0.8.3

17 Oct 10:50
Compare
Choose a tag to compare

Version 0.8.3 (2022-10-17)

What's New

  • Add parts for video, thanks for @Omer

v0.8.2

16 Mar 07:33
Compare
Choose a tag to compare

Version 0.8.2 (2022-03-16)

What's New

  • Update OAuth's functions.
  • Update for examples.