MythTV  master
Classes | Functions | Variables
nv_python_libs.thewb.thewb_api Namespace Reference

Classes

class  OutStreamEncoder
 
class  Videos
 

Functions

def can_int (x)
 

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

◆ can_int()

def nv_python_libs.thewb.thewb_api.can_int (   x)
Takes a string, checks if it is numeric.
>>> _can_int("2")
True
>>> _can_int("A test")
False

Definition at line 83 of file thewb_api.py.

Referenced by nv_python_libs.thewb.thewb_api.Videos.createItems().

Variable Documentation

◆ __title__

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/)"
private

Definition at line 13 of file thewb_api.py.

◆ __author__

string nv_python_libs.thewb.thewb_api.__author__ = "R.D. Vaughan"
private

Definition at line 14 of file thewb_api.py.

◆ __purpose__

string nv_python_libs.thewb.thewb_api.__purpose__
private
Initial value:
1 = '''
2 This python script is intended to perform a variety of utility functions to search and access text
3 meta data, video and image URLs from thewb. These routines process RSS feeds provided by The WB
4 (http://www.thewb.com/). The specific "The WB" RSS feeds that are processed are controled through
5 a user XML preference file usually found at "~/.mythtv/MythNetvision/userGrabberPrefs/thewb.xml"
6 '''

Definition at line 15 of file thewb_api.py.

◆ __version__

string nv_python_libs.thewb.thewb_api.__version__ = "v0.1.3"
private

Definition at line 22 of file thewb_api.py.

◆ version

string nv_python_libs.thewb.thewb_api.version = ''

Definition at line 71 of file thewb_api.py.