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 |
| string | apikey = "" |
| tuple | main = process.mainProcess(target, apikey, ) |
| string comedycentral::__title__ = "Comedy Central" |
Definition at line 23 of file comedycentral.py.
| string comedycentral::__mashup_title__ = "comedycentralMashup" |
Definition at line 24 of file comedycentral.py.
| string comedycentral::__author__ = "R.D. Vaughan" |
Definition at line 25 of file comedycentral.py.
| string comedycentral::__version__ = "v0.10" |
Definition at line 26 of file comedycentral.py.
''' (Option Help) > ./comedycentral.py -h Usage: ./comedycentral.py -hduvlST [parameters] <search text> Version: v0.1.0 Author: R.D.Vaughan For details on the MythTV Netvision plugin see the wiki page at: http://www.mythtv.org/wiki/MythNetvision Options: -h, --help show this help message and exit -d, --debug Show debugging info (URLs, raw XML ... etc, info varies per grabber) -u, --usage Display examples for executing the script -v, --version Display grabber name and supported options -l LANGUAGE, --language=LANGUAGE Select data that matches the specified language fall back to English if nothing found (e.g. 'es' EspaƱol, 'de' Deutsch ... etc). Not all sites or grabbers support this option. -p PAGE NUMBER, --pagenumber=PAGE NUMBER Display specific page of the search results. Default is page 1. Page number is ignored with the Tree View option (-T). -T, --treeview Display a Tree View of a sites videos > ./comedycentral.py -v > ./comedycentral.py -T '''
Definition at line 29 of file comedycentral.py.
Definition at line 59 of file comedycentral.py.
Definition at line 60 of file comedycentral.py.
Definition at line 148 of file comedycentral.py.
| tuple comedycentral::main = process.mainProcess(target, apikey, ) |
Definition at line 153 of file comedycentral.py.
1.6.3