summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-10-30 13:20:27 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2010-10-30 13:20:27 +0300
commit338fa0af257fb87816ee27843a8f02b6f79361b4 (patch)
tree39d11ef0ee56157c132a7827d4c6819400d9bb76 /templates
parente47a9ce4bb862f3794065327e33daceb0a09f426 (diff)
downloadvdr-plugin-webvideo-338fa0af257fb87816ee27843a8f02b6f79361b4.tar.gz
vdr-plugin-webvideo-338fa0af257fb87816ee27843a8f02b6f79361b4.tar.bz2
direct links not supported in katsomo.fi
Diffstat (limited to 'templates')
-rw-r--r--templates/katsomo.fi/videopage.xsl16
-rw-r--r--templates/www.katsomo.fi/videopage.xsl16
2 files changed, 32 insertions, 0 deletions
diff --git a/templates/katsomo.fi/videopage.xsl b/templates/katsomo.fi/videopage.xsl
new file mode 100644
index 0000000..591a81b
--- /dev/null
+++ b/templates/katsomo.fi/videopage.xsl
@@ -0,0 +1,16 @@
+<?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"
+ exclude-result-prefixes="str">
+
+<xsl:template match="/">
+<!-- direct URLs on katsomo.fi not yet supported -->
+<mediaurl>
+ <title></title>
+ <url></url>
+</mediaurl>
+</xsl:template>
+
+</xsl:stylesheet>
diff --git a/templates/www.katsomo.fi/videopage.xsl b/templates/www.katsomo.fi/videopage.xsl
new file mode 100644
index 0000000..591a81b
--- /dev/null
+++ b/templates/www.katsomo.fi/videopage.xsl
@@ -0,0 +1,16 @@
+<?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"
+ exclude-result-prefixes="str">
+
+<xsl:template match="/">
+<!-- direct URLs on katsomo.fi not yet supported -->
+<mediaurl>
+ <title></title>
+ <url></url>
+</mediaurl>
+</xsl:template>
+
+</xsl:stylesheet>