python-youtube

python-youtube is a simple YouTube API Client for Python.
Download

python-youtube Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Thomas Perl
  • Publisher web site:
  • http://thpinfo.com/2008/urlwatch/

python-youtube Tags


python-youtube Description

python-youtube is a simple YouTube API Client for Python. python-youtube is a simple YouTube API Client for Python.You can use it to access YouTube metadata in your applications and webapps. This implementation allows you to access the REST interface of the YouTube API.Example usage:c = youtube.YouTubeClient( 'your-dev-id')for video in c.list_by_user( 'your-username'): v = c.get_details( video) print video print v print v print vWhat's New in This Release:· This release makes the code pylint-clean and (mostly) PEP-8 conformant.· A small bug in the YouTube friends API call was fixed.· Documentation is now also available in epydoc's HTML format.


python-youtube Related Software