MythTV
master
|
Public Member Functions | |
def | __init__ (self) |
def | youtubeTrailerFilter (self, context, *args) |
Start of XPath extension functions. More... | |
def | youtubePaging (self, context, args) |
Public Attributes | |
functList | |
tailerNum_Patterns | |
Functions specific extending XPath
Definition at line 89 of file youtubeXSL_api.py.
def nv_python_libs.xsltfunctions.youtubeXSL_api.xpathFunctions.__init__ | ( | self | ) |
Definition at line 92 of file youtubeXSL_api.py.
def nv_python_libs.xsltfunctions.youtubeXSL_api.xpathFunctions.youtubeTrailerFilter | ( | self, | |
context, | |||
* | args | ||
) |
Start of XPath extension functions.
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 108 of file youtubeXSL_api.py.
def nv_python_libs.xsltfunctions.youtubeXSL_api.xpathFunctions.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 195 of file youtubeXSL_api.py.
nv_python_libs.xsltfunctions.youtubeXSL_api.xpathFunctions.functList |
Definition at line 93 of file youtubeXSL_api.py.
nv_python_libs.xsltfunctions.youtubeXSL_api.xpathFunctions.tailerNum_Patterns |
Definition at line 94 of file youtubeXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.youtubeXSL_api.xpathFunctions.youtubeTrailerFilter().