MythTV  0.26-pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Classes | Functions | Variables
nv_python_libs::thewb::thewb_api Namespace Reference

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 = ''

Function Documentation

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().


Variable Documentation

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.

Definition at line 14 of file thewb_api.py.

Initial value:
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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends