Classes | |
| class | OutStreamEncoder |
| class | xpathFunctions |
Functions | |
| def | pbsTitleSeriesEpisodeLink |
| def | pbsDuration |
| def | pbsDownloadlink |
Variables | |
| string | __title__ = "pbsXSL_api - XPath and XSLT functions for the PBS RSS/HTML" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.0" |
| list | __xpathClassList__ = ['xpathFunctions', ] |
| list | __xsltExtentionList__ = [] |
| string | version = '' |
| def nv_python_libs::xsltfunctions::pbsXSL_api::pbsTitleSeriesEpisodeLink | ( | self, | ||
| context, | ||||
| arg | ||||
| ) |
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::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::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.
| string nv_python_libs::xsltfunctions::pbsXSL_api::__title__ = "pbsXSL_api - XPath and XSLT functions for the PBS RSS/HTML" |
Definition at line 15 of file pbsXSL_api.py.
| string nv_python_libs::xsltfunctions::pbsXSL_api::__author__ = "R.D. Vaughan" |
Definition at line 16 of file pbsXSL_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 pbsXSL_api.py.
Definition at line 24 of file pbsXSL_api.py.
Definition at line 29 of file pbsXSL_api.py.
Definition at line 33 of file pbsXSL_api.py.
Definition at line 78 of file pbsXSL_api.py.
1.6.3