MythTV master
Classes | Variables
nv_python_libs.hulu.hulu_api Namespace Reference

Classes

class  OutStreamEncoder
 
class  Videos
 

Variables

string __title__ = "hulu_api - Simple-to-use Python interface to the Hulu RSS feeds (http://www.hulu.com/)"
 
string __author__ = "R.D. Vaughan"
 
string __purpose__
 
string __version__ = "v0.1.3"
 
 stdout
 
 stderr
 

Variable Documentation

◆ __author__

string nv_python_libs.hulu.hulu_api.__author__ = "R.D. Vaughan"
private

Definition at line 15 of file hulu_api.py.

◆ __purpose__

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

Definition at line 16 of file hulu_api.py.

◆ __title__

string nv_python_libs.hulu.hulu_api.__title__ = "hulu_api - Simple-to-use Python interface to the Hulu RSS feeds (http://www.hulu.com/)"
private

Definition at line 14 of file hulu_api.py.

◆ __version__

string nv_python_libs.hulu.hulu_api.__version__ = "v0.1.3"
private

Definition at line 23 of file hulu_api.py.

◆ stderr

nv_python_libs.hulu.hulu_api.stderr

Definition at line 60 of file hulu_api.py.

◆ stdout

nv_python_libs.hulu.hulu_api.stdout

Definition at line 59 of file hulu_api.py.