|
MythTV
0.26-pre
|
Public Member Functions | |
| def | __init__ |
| def | youtubeTrailerFilter |
| Start of XPath extension functions. | |
| def | youtubePaging |
Public Attributes | |
| functList | |
| tailerNum_Patterns | |
Functions specific extending XPath
Definition at line 90 of file youtubeXSL_api.py.
Definition at line 93 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 109 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 196 of file youtubeXSL_api.py.
Definition at line 93 of file youtubeXSL_api.py.
Definition at line 93 of file youtubeXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.youtubeXSL_api.xpathFunctions.youtubeTrailerFilter().
1.7.6.1