|
MythTV
0.26-pre
|
Classes | |
| class | OutStreamEncoder |
| class | Videos |
Functions | |
| def | can_int |
Variables | |
| string | __title__ = "thewb_api - Simple-to-use Python interface to the The WB RSS feeds (http://www.thewb.com/)" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.3" |
| string | version = '' |
Takes a string, checks if it is numeric.
>>> _can_int("2")
True
>>> _can_int("A test")
False
Definition at line 88 of file thewb_api.py.
Referenced by nv_python_libs.thewb.thewb_api.Videos.createItems().
| string nv_python_libs::thewb::thewb_api::__title__ = "thewb_api - Simple-to-use Python interface to the The WB RSS feeds (http://www.thewb.com/)" |
Definition at line 13 of file thewb_api.py.
| string nv_python_libs::thewb::thewb_api::__author__ = "R.D. Vaughan" |
Definition at line 14 of file thewb_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 thewb. These routines process RSS feeds provided by The WB 00004 (http://www.thewb.com/). The specific "The WB" RSS feeds that are processed are controled through 00005 a user XML preference file usually found at "~/.mythtv/MythNetvision/userGrabberPrefs/thewb.xml" 00006 '''
Definition at line 15 of file thewb_api.py.
Definition at line 22 of file thewb_api.py.
Definition at line 76 of file thewb_api.py.
1.7.6.1