MythTV  0.26-pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Public Attributes
nv_python_libs.xsltfunctions.bliptvXSL_api.xpathFunctions Class Reference

List of all members.

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

Detailed Description

Functions specific extending XPath

Definition at line 92 of file bliptvXSL_api.py.


Constructor & Destructor Documentation

Definition at line 95 of file bliptvXSL_api.py.


Member Function Documentation

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.

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.

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.

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.


Member Data Documentation

Definition at line 95 of file bliptvXSL_api.py.

Definition at line 95 of file bliptvXSL_api.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends