Classes | |
| class | OutStreamEncoder |
| class | xpathFunctions |
Functions | |
| def | skyAtNightTitleEp |
Variables | |
| string | __title__ = "skyAtNight_api - XPath and XSLT functions for the BBC Sky at Night magazine RSS/HTML" |
| string | __author__ = "R.D. Vaughan" |
| string | __purpose__ |
| string | __version__ = "v0.1.0" |
| list | __xpathClassList__ = ['xpathFunctions', ] |
| list | __xsltExtentionList__ = [] |
| string | version = '' |
| def nv_python_libs::xsltfunctions::skyAtNight_api::skyAtNightTitleEp | ( | self, | ||
| context, | ||||
| arg | ||||
| ) |
Parse the guid element and extract an episode number Call example: 'mnvXpath:skyAtNightTitleEp(string(guid))' return the a massaged title element and an episode element in an array
Definition at line 103 of file skyAtNight_api.py.
| string nv_python_libs::xsltfunctions::skyAtNight_api::__title__ = "skyAtNight_api - XPath and XSLT functions for the BBC Sky at Night magazine RSS/HTML" |
Definition at line 15 of file skyAtNight_api.py.
| string nv_python_libs::xsltfunctions::skyAtNight_api::__author__ = "R.D. Vaughan" |
Definition at line 16 of file skyAtNight_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 skyAtNight_api.py.
Definition at line 24 of file skyAtNight_api.py.
Definition at line 29 of file skyAtNight_api.py.
Definition at line 33 of file skyAtNight_api.py.
Definition at line 78 of file skyAtNight_api.py.
1.6.3