Classes | |
| class | OutStreamEncoder |
| class | xpathFunctions |
Functions | |
| def | bliptvFlvLinkGeneration |
| def | bliptvDownloadLinkGeneration |
| def | bliptvEpisode |
| def | bliptvIsCustomHTML |
Variables | |
| string | __title__ = "bliptvXSL_api - XPath and XSLT functions for the Blip.tv RSS/HTML" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.1" |
| list | __xpathClassList__ = ['xpathFunctions', ] |
| list | __xsltExtentionList__ = [] |
| string | version = '' |
| def nv_python_libs::xsltfunctions::bliptvXSL_api::bliptvFlvLinkGeneration | ( | self, | ||
| context, | ||||
| arg | ||||
| ) |
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::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::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::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.
| string nv_python_libs::xsltfunctions::bliptvXSL_api::__title__ = "bliptvXSL_api - XPath and XSLT functions for the Blip.tv RSS/HTML" |
Definition at line 15 of file bliptvXSL_api.py.
| string nv_python_libs::xsltfunctions::bliptvXSL_api::__author__ = "R.D. Vaughan" |
Definition at line 16 of file bliptvXSL_api.py.
Initial value:
''' 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 bliptvXSL_api.py.
Definition at line 24 of file bliptvXSL_api.py.
Definition at line 31 of file bliptvXSL_api.py.
Definition at line 35 of file bliptvXSL_api.py.
Definition at line 80 of file bliptvXSL_api.py.
1.5.5