|
MythTV
0.26-pre
|
Public Member Functions | |
| def | __init__ |
| def | bliptvFlvLinkGeneration |
| Start of XPath extension functions. | |
| def | bliptvDownloadLinkGeneration |
| def | bliptvEpisode |
| def | bliptvIsCustomHTML |
Public Attributes | |
| functList | |
| episodeRegex | |
| namespaces | |
| flvFilter | |
| m4vFilter | |
| durationFilter | |
| linkFilter | |
| languageFilter | |
Functions specific extending XPath
Definition at line 92 of file bliptvXSL_api.py.
Definition at line 95 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 129 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 142 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 182 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 196 of file bliptvXSL_api.py.
Definition at line 95 of file bliptvXSL_api.py.
Definition at line 95 of file bliptvXSL_api.py.
Definition at line 95 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().
Definition at line 95 of file bliptvXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvDownloadLinkGeneration().
Definition at line 95 of file bliptvXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvDownloadLinkGeneration(), and nv_python_libs.xsltfunctions.tedtalksXSL_api.xpathFunctions.tedtalksMakeItem().
Definition at line 95 of file bliptvXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvDownloadLinkGeneration(), and nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvFlvLinkGeneration().
Definition at line 95 of file bliptvXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions.bliptvDownloadLinkGeneration().
1.7.6.1