diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-15 21:25:00 +0200 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-15 21:25:00 +0200 |
commit | 22f659d5c1b65923d22874b0171d7ea0f0d53c8b (patch) | |
tree | 3d0ac73d15c7154a61dfd27557b8ccf1c5748c7e /templates | |
parent | 5712119eccad88cc3e25cd2b427152a3f363e293 (diff) | |
download | vdr-plugin-webvideo-22f659d5c1b65923d22874b0171d7ea0f0d53c8b.tar.gz vdr-plugin-webvideo-22f659d5c1b65923d22874b0171d7ea0f0d53c8b.tar.bz2 |
fix download link in youtube description page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/www.youtube.com/description.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/www.youtube.com/description.xsl b/templates/www.youtube.com/description.xsl index 453c152..b8cc9b9 100644 --- a/templates/www.youtube.com/description.xsl +++ b/templates/www.youtube.com/description.xsl @@ -64,7 +64,7 @@ <link> <label>Download this video</label> - <stream>wvt:///www.youtube.com/videopage.xsl?srcurl=http://www.youtube.com/watch?v=<xsl:value-of select="media:group/yt:videoid"/></stream> + <stream>wvt:///www.youtube.com/videopage.xsl?srcurl=http://www.youtube.com/watch?v=<xsl:value-of select="/atom:entry/media:group/yt:videoid"/></stream> </link> </wvmenu> |