Classes | |
| class | OutStreamEncoder |
| class | xpathFunctions |
Functions | |
| def | cinemarvLinkGeneration |
| def | cinemarvIsCustomHTML |
| def | cinemarvCheckIfDBItem |
Variables | |
| string | __title__ = "cinemarv_api - XPath and XSLT functions for the CinemaRV.com grabber" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.0" |
| list | __xpathClassList__ = ['xpathFunctions', ] |
| list | __xsltExtentionList__ = [] |
| string | version = '' |
| def nv_python_libs::xsltfunctions::cinemarv_api::cinemarvLinkGeneration | ( | self, | ||
| context, | ||||
| args | ||||
| ) |
Generate a link for the CinemaRV.com site. A read of the item's web page is required to extract the flash video id. Call example: 'mnvXpath:cinemarvLinkGeneration(string(link))' return the url link
Definition at line 105 of file cinemarv_api.py.
| def nv_python_libs::xsltfunctions::cinemarv_api::cinemarvIsCustomHTML | ( | self, | ||
| context, | ||||
| args | ||||
| ) |
Check if the link is for a custom HTML
Example call: mnvXpath:cinemarvIsCustomHTML(('dummy'))
return True if the link does not starts with "http://"
return False if the link starts with "http://"
Definition at line 144 of file cinemarv_api.py.
| def nv_python_libs::xsltfunctions::cinemarv_api::cinemarvCheckIfDBItem | ( | 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:cinemarvCheckIfDBItem(.)' return True if a match was found return False if a match was not found
Definition at line 159 of file cinemarv_api.py.
| string nv_python_libs::xsltfunctions::cinemarv_api::__title__ = "cinemarv_api - XPath and XSLT functions for the CinemaRV.com grabber" |
Definition at line 15 of file cinemarv_api.py.
| string nv_python_libs::xsltfunctions::cinemarv_api::__author__ = "R.D. Vaughan" |
Definition at line 16 of file cinemarv_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 cinemarv_api.py.
Definition at line 24 of file cinemarv_api.py.
Definition at line 29 of file cinemarv_api.py.
Definition at line 33 of file cinemarv_api.py.
Definition at line 78 of file cinemarv_api.py.
1.5.5