How can I call the gd:rating XML file using the Python YouTube GData API?
I have the YouTube video_id as a variable and I know it’s possible to return this:
<gd:rating average='4.553648' max='5' min='1' numRaters='233' rel='http://schemas.google.com/g/2005#overall'/>
I just can’t figure out how to do it in Python.
In your previous question you’ve already demonstrated the code that retrieves an entry given a
video_id.Run
python: