MythTV master
Classes | Variables
comedycentral Namespace Reference

Classes

class  OutStreamEncoder
 

Variables

string __title__ = "Comedy Central";
 
string __mashup_title__ = "comedycentralMashup"
 
string __author__ = "R.D. Vaughan"
 
string __version__ = "v0.10"
 
string __usage_examples__
 
int __search_max_page_items__ = 20
 
int __tree_max_page_items__ = 20
 
 stdout
 
 stderr
 
string apikey = ""
 
 baseProcessingDir
 
 common
 
 main = process.mainProcess(target, apikey, )
 
 grabberInfo
 

Variable Documentation

◆ __author__

string comedycentral.__author__ = "R.D. Vaughan"
private

Definition at line 25 of file comedycentral.py.

◆ __mashup_title__

string comedycentral.__mashup_title__ = "comedycentralMashup"
private

Definition at line 24 of file comedycentral.py.

◆ __search_max_page_items__

int comedycentral.__search_max_page_items__ = 20
private

Definition at line 59 of file comedycentral.py.

◆ __title__

string comedycentral.__title__ = "Comedy Central";
private

Definition at line 23 of file comedycentral.py.

◆ __tree_max_page_items__

int comedycentral.__tree_max_page_items__ = 20
private

Definition at line 60 of file comedycentral.py.

◆ __usage_examples__

string comedycentral.__usage_examples__
private
Initial value:
1= '''
2(Option Help)
3> ./comedycentral.py -h
4Usage: ./comedycentral.py -hduvlST [parameters] <search text>
5Version: v0.1.0 Author: R.D.Vaughan
6
7For details on the MythTV Netvision plugin see the wiki page at:
8http://www.mythtv.org/wiki/MythNetvision
9
10Options:
11 -h, --help show this help message and exit
12 -d, --debug Show debugging info (URLs, raw XML ... etc, info
13 varies per grabber)
14 -u, --usage Display examples for executing the script
15 -v, --version Display grabber name and supported options
16 -l LANGUAGE, --language=LANGUAGE
17 Select data that matches the specified language fall
18 back to English if nothing found (e.g. 'es' EspaƱol,
19 'de' Deutsch ... etc). Not all sites or grabbers
20 support this option.
21 -p PAGE NUMBER, --pagenumber=PAGE NUMBER
22 Display specific page of the search results. Default
23 is page 1. Page number is ignored with the Tree View
24 option (-T).
25 -T, --treeview Display a Tree View of a sites videos
26
27> ./comedycentral.py -v
28
29> ./comedycentral.py -T
30'''

Definition at line 29 of file comedycentral.py.

◆ __version__

string comedycentral.__version__ = "v0.10"
private

Definition at line 26 of file comedycentral.py.

◆ apikey

string comedycentral.apikey = ""

Definition at line 143 of file comedycentral.py.

◆ baseProcessingDir

comedycentral.baseProcessingDir

Definition at line 145 of file comedycentral.py.

◆ common

comedycentral.common

Definition at line 147 of file comedycentral.py.

◆ grabberInfo

comedycentral.grabberInfo

Definition at line 149 of file comedycentral.py.

◆ main

comedycentral.main = process.mainProcess(target, apikey, )

Definition at line 148 of file comedycentral.py.

◆ stderr

comedycentral.stderr

Definition at line 86 of file comedycentral.py.

◆ stdout

comedycentral.stdout

Definition at line 85 of file comedycentral.py.