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