python-youtube
python-youtube copied to clipboard
A simple Python wrapper for YouTube Data API :sparkles: :cake: :sparkles: .
How to also upload the caption file while uploading the video?
can I use this package to create a playlist and add video to it?
hello, I used pyyoutube to generate link with api.get_authorization_url() but when I use provided url, I have error: Access blocked: This app’s request is invalid is there any manuals how...
hello, here is a attribute title in playlist class, but i can't access it
First of all, great work. As for the facebook one, this library is really cool. **Duplicated code:** I haven't dig dipper, but it seems that there is a lot of...
https://pypi.org/project/requests-oauthlib/ recently updated to 2.0.0. The poetry specification requires
It seems that search is hard coded to return 5 results. In my use case, I'd like more than 5 results, but even if I try 3, it still returns...
## Problem Currently if the `RegionRestriction` object exists for a video, it is expected to have both fields (`allowed`, `blocked`). https://github.com/sns-sdks/python-youtube/blob/7076d19633c8030373a615a7cd6e20b2ccd5c2d3/pyyoutube/models/video.py#L32-L33 But some video only have 1 set while the...
Make it possible to add a recording date to a video. The `recordingDate` is the only non-deprecated property of the `recordingDetails` object. The video that is usually used for the...