MythTV master
Classes | Variables
nv_python_libs.youtube.youtube_api Namespace Reference

Classes

class  JsonHandler
 
class  Videos
 

Variables

string __title__ = "youtube_api - Simple-to-use Python interface to the youtube API (http://developer.youtubenservices.com/docs)"
 
string __author__ = "R.D. Vaughan"
 
string __purpose__
 
string __version__ = "v0.3.0"
 

Variable Documentation

◆ __author__

string nv_python_libs.youtube.youtube_api.__author__ = "R.D. Vaughan"
private

Definition at line 15 of file youtube_api.py.

◆ __purpose__

string nv_python_libs.youtube.youtube_api.__purpose__
private
Initial value:
1= '''
2This python script is intended to perform a variety of utility functions to search and access text
3meta data, video and image URLs from youtube. These routines are based on the api. Specifications
4for this api are published at http://developer.youtubenservices.com/docs
5'''

Definition at line 16 of file youtube_api.py.

◆ __title__

string nv_python_libs.youtube.youtube_api.__title__ = "youtube_api - Simple-to-use Python interface to the youtube API (http://developer.youtubenservices.com/docs)"
private

Definition at line 14 of file youtube_api.py.

◆ __version__

string nv_python_libs.youtube.youtube_api.__version__ = "v0.3.0"
private

Definition at line 22 of file youtube_api.py.