|
MythTV
0.26-pre
|
Classes | |
| class | OutStreamEncoder |
| class | Videos |
Variables | |
| string | __title__ = "mashups_api - Simple-to-use Python interface to Mashups of RSS feeds and HTML video data" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.6" |
| string | version = '' |
| string nv_python_libs::mashups::mashups_api::__title__ = "mashups_api - Simple-to-use Python interface to Mashups of RSS feeds and HTML video data" |
Definition at line 14 of file mashups_api.py.
| string nv_python_libs::mashups::mashups_api::__author__ = "R.D. Vaughan" |
Definition at line 15 of file mashups_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 various Internet sources. These routines process the RSS feeds and information into MNV standard channel, directory and item RSS XML files. The specific Mashups are specified through a user XML preference file usually found at 00004 "~/.mythtv/MythNetvision/userGrabberPrefs/xxxxMashup.xml" where "xxxx" is the specific mashup name matching the associated grabber name that calls these functions. 00005 '''
Definition at line 16 of file mashups_api.py.
Definition at line 22 of file mashups_api.py.
Definition at line 78 of file mashups_api.py.
1.7.6.1