Releases: sns-sdks/python-youtube
Releases · sns-sdks/python-youtube
Release list
v0.9.9
Version 0.9.9 (2026-04-17)
What's New
- Add new part field
paidProductPlacementDetailfor video resource. Thanks for @sarod - Add new method to subscribe or unsubscribe to a YouTube channel's push notifications via PubSubHubbub.
- Upgrade to python 3.9
v0.9.8
v0.9.7
Version 0.9.7 (2024-10-28)
What's New
- Fix dependencies.
v0.9.6
Version 0.9.6 (2024-09-09)
What's New
-Add new part field recordingDetails for video resource. Thanks for @vmx
v0.9.5
v0.9.4
Version 0.9.4 (2024-02-18)
What's New
- Add new parameter
for_handleto get channel by handle. - fix some wrong error message.
v0.9.3
Version 0.9.3 (2023-11-22)
What's New
- Add initial client with client_secret file. Thanks for @pidi3000
v0.9.2
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
v0.9.0
Version 0.9.0 (2022-12-26)
What's New
- Introduce new
Clientto operate YouTube DATA API. #120. - More example to show library usage.