|
MythTV
0.26-pre
|
Public Member Functions | |
| def | __init__ |
| def | pbsTitleSeriesEpisodeLink |
| Start of XPath extension functions. | |
| def | pbsDuration |
| def | pbsDownloadlink |
Public Attributes | |
| functList | |
| seriesEpisodeRegex | |
| namespaces | |
| persistence | |
Functions specific extending XPath
Definition at line 90 of file pbsXSL_api.py.
Definition at line 93 of file pbsXSL_api.py.
| def nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsTitleSeriesEpisodeLink | ( | self, | |
| context, | |||
| arg | |||
| ) |
Start of XPath extension functions.
Generate a link for the PBS site. Call example: 'mnvXpath:pbsTitleSeriesEpisodeLink(normalize-space(./title),normalize-space(./link))/*' return the title, link and season and episode number elements if any were in the title
Definition at line 118 of file pbsXSL_api.py.
| def nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsDuration | ( | self, | |
| context, | |||
| arg | |||
| ) |
Return the video duration in seconds Call example: 'mnvXpath:pbsDuration(normalize-string(./dd/p[@class="info"]/span[@class="time"]))' return the video duration
Definition at line 167 of file pbsXSL_api.py.
| def nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsDownloadlink | ( | self, | |
| context, | |||
| arg | |||
| ) |
Return a previously created download link Call example: 'mnvXpath:pbsDownloadlink(normalize-space(./link))' return the url link
Definition at line 177 of file pbsXSL_api.py.
Definition at line 93 of file pbsXSL_api.py.
Definition at line 93 of file pbsXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsTitleSeriesEpisodeLink().
Definition at line 93 of file pbsXSL_api.py.
Definition at line 93 of file pbsXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsDownloadlink(), nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsTitleSeriesEpisodeLink(), nv_python_libs.xsltfunctions.spitzer_api.xpathFunctions.spitzerLinkGeneration(), nv_python_libs.xsltfunctions.spitzer_api.xpathFunctions.spitzerThumbnailLink(), nv_python_libs.xsltfunctions.tedtalksXSL_api.xpathFunctions.tedtalksGetItem(), nv_python_libs.xsltfunctions.tedtalksXSL_api.xpathFunctions.tedtalksMakeItem(), nv_python_libs.xsltfunctions.traileraddicts_api.xpathFunctions.traileraddictsLinkGenerationClip(), nv_python_libs.xsltfunctions.traileraddicts_api.xpathFunctions.traileraddictsLinkGenerationMovie(), nv_python_libs.xsltfunctions.tributeca_api.xpathFunctions.tributecaIsCustomHTML(), nv_python_libs.xsltfunctions.tributeca_api.xpathFunctions.tributecaLinkGeneration(), and nv_python_libs.xsltfunctions.tributeca_api.xpathFunctions.tributecaThumbnailLink().
1.7.6.1