|
MythTV master
|
Public Member Functions | |
| def | __init__ (self) |
| def | bliptvFlvLinkGeneration (self, context, arg) |
| Start of XPath extension functions. More... | |
| def | bliptvDownloadLinkGeneration (self, context, arg) |
| def | bliptvEpisode (self, context, arg) |
| def | bliptvIsCustomHTML (self, context, arg) |
Public Attributes | |
| functList | |
| episodeRegex | |
| namespaces | |
| flvFilter | |
| m4vFilter | |
| durationFilter | |
| linkFilter | |
| languageFilter | |
Functions specific extending XPath
Definition at line 76 of file bliptvXSL_api.py.
| def nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.__init__ | ( | self | ) |
Definition at line 79 of file bliptvXSL_api.py.
| def nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvDownloadLinkGeneration | ( | self, | |
| context, | |||
| arg | |||
| ) |
Generate a download link for the Blip.tv site. Call example: 'mnvXpath:bliptvDownloadLinkGeneration(.)' return an array of one download link element
Definition at line 126 of file bliptvXSL_api.py.
| def nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvEpisode | ( | self, | |
| context, | |||
| arg | |||
| ) |
Parse the title string and extract an episode number Call example: 'mnvXpath:bliptvEpisode(./title/text())' return the url link
Definition at line 166 of file bliptvXSL_api.py.
| def nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvFlvLinkGeneration | ( | self, | |
| context, | |||
| arg | |||
| ) |
Start of XPath extension functions.
Generate a link for the Blip.tv site. Call example: 'mnvXpath:bliptvFlvLinkGeneration(.)' return the url link
Definition at line 113 of file bliptvXSL_api.py.
| def nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvIsCustomHTML | ( | self, | |
| context, | |||
| arg | |||
| ) |
Parse the item element and deternmine if there is a flv file Call example: 'mnvXpath:bliptvIsCustomHTML(.)' return True is there is a '.flv' file return False if there is no .flv' file
Definition at line 180 of file bliptvXSL_api.py.
| nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.durationFilter |
Definition at line 102 of file bliptvXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvDownloadLinkGeneration(), and nv_python_libs.xsltfunctions.tedtalksXSL_api.xpathFunctions.tedtalksMakeItem().
| nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.episodeRegex |
| nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.flvFilter |
Definition at line 100 of file bliptvXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvDownloadLinkGeneration(), nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvFlvLinkGeneration(), and nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvIsCustomHTML().
| nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.functList |
Definition at line 80 of file bliptvXSL_api.py.
| nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.languageFilter |
Definition at line 104 of file bliptvXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvDownloadLinkGeneration().
| nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.linkFilter |
| nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.m4vFilter |
Definition at line 101 of file bliptvXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvDownloadLinkGeneration().
| nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.namespaces |
Definition at line 84 of file bliptvXSL_api.py.
Referenced by nv_python_libs.common.common_api.Common.displayCustomHTML(), and nv_python_libs.common.common_api.Common.getUrlData().