|
MythTV
0.25-pre
|
Classes | |
| class | OutStreamEncoder |
| class | XmlHandler |
| class | Videos |
Variables | |
| string | __title__ = "bliptv_api - Simple-to-use Python interface to the bliptv API (http://blip.tv/about/api/)" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.2.5" |
| string nv_python_libs::bliptv::bliptv_api::__title__ = "bliptv_api - Simple-to-use Python interface to the bliptv API (http://blip.tv/about/api/)" |
Definition at line 15 of file bliptv_api.py.
| string nv_python_libs::bliptv::bliptv_api::__author__ = "R.D. Vaughan" |
Definition at line 16 of file bliptv_api.py.
00001 ''' 00002 This python script is intended to perform a variety of utility functions to search and access text 00003 meta data, video and image URLs from blip.tv. These routines are based on the v2.0 api. Specifications 00004 for this api are published at http://blip.tv/about/api/ 00005 '''
Definition at line 17 of file bliptv_api.py.
Definition at line 23 of file bliptv_api.py.
1.7.6.1