|
2007 / python-youtube: A simple YouTube API Client for Python A simple YouTube API Client for Python
This is DocumentationDownload
ChangeLog
Example usage
c = youtube.YouTubeClient( 'your-dev-id')
for video in c.list_by_user( 'your-username'):
v = c.get_details( video['id'])
print video['id']
print v['thumbnail_url']
print v['title']
print v['description']
Mon Jul 9 15:24:25 2007 +0000 |