diff options
Diffstat (limited to 'templates/ruutufi/video2.xsl')
-rw-r--r-- | templates/ruutufi/video2.xsl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/ruutufi/video2.xsl b/templates/ruutufi/video2.xsl deleted file mode 100644 index 39bef06..0000000 --- a/templates/ruutufi/video2.xsl +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<xsl:stylesheet version="1.0" - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:str="http://exslt.org/strings"> - -<xsl:template match="/"> -<mediaurl> - <title><xsl:value-of select="concat(id('ruutuVideoInfo')/p[@class='name'], ' ', id('ruutuVideoInfo')/p[@class='timeStamp'])"/></title> - - <url priority="50">wvt:///bin/ruutu-dl?contenttype=video/x-flv&arg=<xsl:value-of select='substring-before(substring-after(//script[contains(., "vplayer1")], "providerURL', '"), "'")'/>&arg=<xsl:value-of select="str:encode-uri($docurl, true())"/></url> -</mediaurl> -</xsl:template> - -</xsl:stylesheet> |