Classes | |
| class | OutStreamEncoder |
| class | xpathFunctions |
Functions | |
| def | youtubeTrailerFilter |
| def | youtubePaging |
Variables | |
| string | __title__ = "youtubeXSL_api - XPath and XSLT functions for the mashup grabbers" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.0" |
| list | __xpathClassList__ = ['xpathFunctions', ] |
| list | __xsltExtentionList__ = [] |
| string | version = '' |
| def nv_python_libs::xsltfunctions::youtubeXSL_api::youtubeTrailerFilter | ( | self, | ||
| context, | ||||
| args | ||||
| ) |
Generate a list of entry elements that are relevant to the requested search term. Basically remove duplicate and non-relevant search results and order them to provide the best results for the user. Also set the paging variables. Call example: 'mnvXpath:youtubeTrailerFilter(//atm:entry)' return the list of relevant "entry" elements
Definition at line 109 of file youtubeXSL_api.py.
| def nv_python_libs::xsltfunctions::youtubeXSL_api::youtubePaging | ( | self, | ||
| context, | ||||
| args | ||||
| ) |
Generate a page value specific to the mashup search for YouTube searches
Call example: 'mnvXpath:youtubePaging('dummy')'
The page value is some times a page # and sometimes an item position number
return the page value that will be used in the search as a string
Definition at line 196 of file youtubeXSL_api.py.
| string nv_python_libs::xsltfunctions::youtubeXSL_api::__title__ = "youtubeXSL_api - XPath and XSLT functions for the mashup grabbers" |
Definition at line 15 of file youtubeXSL_api.py.
| string nv_python_libs::xsltfunctions::youtubeXSL_api::__author__ = "R.D. Vaughan" |
Definition at line 16 of file youtubeXSL_api.py.
''' This python script is intended to perform a variety of utility functions for the conversion of data to the MNV standard RSS output format. See this link for the specifications: http://www.mythtv.org/wiki/MythNetvision_Grabber_Script_Format '''
Definition at line 17 of file youtubeXSL_api.py.
Definition at line 24 of file youtubeXSL_api.py.
Definition at line 29 of file youtubeXSL_api.py.
Definition at line 33 of file youtubeXSL_api.py.
Definition at line 78 of file youtubeXSL_api.py.
1.6.3