Classes | |
| class | OutStreamEncoder |
| class | xpathFunctions |
Functions | |
| def | revision3LinkGeneration |
| def | revision3Episode |
| def | revision3checkIfDBItem |
Variables | |
| string | __title__ = "revision3XSL_api - XPath and XSLT functions for the www.revision3L.com 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::revision3XSL_api::revision3LinkGeneration | ( | self, | ||
| context, | ||||
| arg | ||||
| ) |
Generate a link for the video. Call example: 'mnvXpath:revision3LinkGeneration(string(link))' return the url link
Definition at line 122 of file revision3XSL_api.py.
| def nv_python_libs::xsltfunctions::revision3XSL_api::revision3Episode | ( | self, | ||
| context, | ||||
| arg | ||||
| ) |
Parse the download link and extract an episode number Call example: 'mnvXpath:revision3Episode(.)' return the a massaged title element and an episode element in an array
Definition at line 149 of file revision3XSL_api.py.
| def nv_python_libs::xsltfunctions::revision3XSL_api::revision3checkIfDBItem | ( | self, | ||
| context, | ||||
| arg | ||||
| ) |
Use a unique key value pairing to find out if the 'internetcontentarticles' table already has a matching item. This is done to save accessing the Internet when not required. Call example: 'mnvXpath:revision3checkIfDBItem(.)' return True if a match was found return False if a match was not found
Definition at line 170 of file revision3XSL_api.py.
| string nv_python_libs::xsltfunctions::revision3XSL_api::__title__ = "revision3XSL_api - XPath and XSLT functions for the www.revision3L.com RSS/HTML" |
Definition at line 15 of file revision3XSL_api.py.
| string nv_python_libs::xsltfunctions::revision3XSL_api::__author__ = "R.D. Vaughan" |
Definition at line 16 of file revision3XSL_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 revision3XSL_api.py.
Definition at line 24 of file revision3XSL_api.py.
Definition at line 29 of file revision3XSL_api.py.
Definition at line 33 of file revision3XSL_api.py.
Definition at line 78 of file revision3XSL_api.py.
1.6.3