3 odpowiedzi
+ 5
You should read the API documentation first. There are also python code samples.
https://developers.google.com/youtube/v3/code_samples/code_snippets
With this API you can retrieve lists of videos, and change some of their properties.
To play youtube videos by API, you need to embed it in a webpage, that is a different API and you cannot do it in Python, only Javascript.
https://developers.google.com/youtube/iframe_api_reference
+ 1
What does “wall videos” mean?
0
https://developers.google.com/youtube/v3/quickstart/JUMP_LINK__&&__python__&&__JUMP_LINK
Yes on this link.. Take a good look at the prerequisites, don't hesitate if you need talking more about it