MythTV  master
Classes | Variables
nv_python_libs.tedtalks.tedtalks_api Namespace Reference

Classes

class  OutStreamEncoder
 
class  Videos
 

Variables

string __title__ = "tedtalks_api - Simple-to-use Python interface to the TedTalks videos (http://www.ted.com)"
 
string __author__ = "R.D. Vaughan"
 
string __purpose__
 
string __version__ = "v0.1.0"
 
 stdout
 
 stderr
 
string version = ''
 

Variable Documentation

◆ __title__

string nv_python_libs.tedtalks.tedtalks_api.__title__ = "tedtalks_api - Simple-to-use Python interface to the TedTalks videos (http://www.ted.com)"
private

Definition at line 14 of file tedtalks_api.py.

◆ __author__

string nv_python_libs.tedtalks.tedtalks_api.__author__ = "R.D. Vaughan"
private

Definition at line 15 of file tedtalks_api.py.

◆ __purpose__

string nv_python_libs.tedtalks.tedtalks_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 the TedTalks Web site. These routines process videos
4 provided by TedTalks (http://www.ted.com). The specific TedTalks RSS feeds that are processed are controled through a user XML preference file usually found at
5 "~/.mythtv/MythNetvision/userGrabberPrefs/tedtalks.xml"
6 '''

Definition at line 16 of file tedtalks_api.py.

◆ __version__

string nv_python_libs.tedtalks.tedtalks_api.__version__ = "v0.1.0"
private

Definition at line 23 of file tedtalks_api.py.

◆ stdout

nv_python_libs.tedtalks.tedtalks_api.stdout

Definition at line 56 of file tedtalks_api.py.

◆ stderr

nv_python_libs.tedtalks.tedtalks_api.stderr

Definition at line 57 of file tedtalks_api.py.

◆ version

string nv_python_libs.tedtalks.tedtalks_api.version = ''

Definition at line 71 of file tedtalks_api.py.