|
MythTV
0.26-pre
|
Classes | |
| class | OutStreamEncoder |
| class | Videos |
Variables | |
| string | __title__ = "pbs_api - Simple-to-use Python interface to the PBS videos (http://video.pbs.org/)" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.1" |
| string | version = '' |
| string nv_python_libs::pbs::pbs_api::__title__ = "pbs_api - Simple-to-use Python interface to the PBS videos (http://video.pbs.org/)" |
Definition at line 14 of file pbs_api.py.
| string nv_python_libs::pbs::pbs_api::__author__ = "R.D. Vaughan" |
Definition at line 15 of file pbs_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 the PBS Web site. These routines process videos 00004 provided by PBS (http://video.pbs.org/). The specific PBS RSS feeds that are processed are controled through a user XML preference file usually found at 00005 "~/.mythtv/MythNetvision/userGrabberPrefs/pbs.xml" 00006 '''
Definition at line 16 of file pbs_api.py.
| string nv_python_libs::pbs::pbs_api::__version__ = "v0.1.1" |
Definition at line 23 of file pbs_api.py.
| list nv_python_libs::pbs::pbs_api::version = '' |
Definition at line 76 of file pbs_api.py.
1.7.6.1