summaryrefslogtreecommitdiff
path: root/templates/youtu.be/videopage.xsl
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-10-30 13:18:13 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2010-10-30 13:18:13 +0300
commite47a9ce4bb862f3794065327e33daceb0a09f426 (patch)
tree4f806342dcc771fc65d4ec824fa7ec1aabb56b42 /templates/youtu.be/videopage.xsl
parentba5a068ff93443ee3ec07f97cac0409b6977bfd0 (diff)
downloadvdr-plugin-webvideo-e47a9ce4bb862f3794065327e33daceb0a09f426.tar.gz
vdr-plugin-webvideo-e47a9ce4bb862f3794065327e33daceb0a09f426.tar.bz2
support youtu.be URLs
Diffstat (limited to 'templates/youtu.be/videopage.xsl')
-rw-r--r--templates/youtu.be/videopage.xsl11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/youtu.be/videopage.xsl b/templates/youtu.be/videopage.xsl
new file mode 100644
index 0000000..a0f89dc
--- /dev/null
+++ b/templates/youtu.be/videopage.xsl
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:import href="../www.youtube.com/videopage.xsl"/>
+
+<xsl:template match="/">
+ <xsl:call-template name="main"/>
+</xsl:template>
+
+</xsl:stylesheet>