How can I get the id of latest uploaded video in a specific youtube Channel using Python?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
You can request JSON and parse it. The following code gives you the first (most recent) result and stores it in
first
.I just looked through the JSON object in an interactive Python shell. You can build your own query or use the one I posted. Remember to change the author. This is a lower level approach, and @Frederik mentioned something a bit higher level.
The
first
object looks like this.