python-youtube
python-youtube copied to clipboard
A simple Python wrapper for YouTube Data API :sparkles: :cake: :sparkles: .
Hi, I am trying to run this example: https://github.com/sns-sdks/python-youtube/blob/master/examples/clients/oauth_flow.py. I set my redirect uri as https://localhost/ and tried running it, I gave it all the accesses and in the end...
## The issue Even if the error message and error code are already accessible, I'd like to have an (easy) access to the reason(s) for the error, which could be...
I've fixed some of the wording and grammar to make the docs a little easier to read. I don't know if i need to perform any linting of documentation, however?
Add an example for automatically refreshing the OAuth token if it exists. If not, will default back to` OAuth flow`. Persists the token to a defined location to be used...
It seems the access token is only good for 1 day. Using the google client, I was able to get a token for 6 days. Is there a way to...