2
votes
2answers
165 views
Extracting YouTube Video’s author using Python and YouTubeAPI
Hi, how do I get the author/username from an object using:
GetYouTubeVideoEntry(video_id=youtube_video_id_to_output)
I'm using Google's gdata.youtube.service Pytho …
