diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2012-09-18 21:50:19 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2012-09-18 21:50:19 +0300 |
commit | c9a2dafe2a6dc59641c5b02817e3b574f0924930 (patch) | |
tree | 2976432d595b3198bae6f774dc9a84429c495692 /templates/www.youtube.com/description.xsl | |
parent | b27b9f78c71761dc4b9df224c29ab6a11776575a (diff) | |
download | vdr-plugin-webvideo-c9a2dafe2a6dc59641c5b02817e3b574f0924930.tar.gz vdr-plugin-webvideo-c9a2dafe2a6dc59641c5b02817e3b574f0924930.tar.bz2 |
Youtube fixes
Diffstat (limited to 'templates/www.youtube.com/description.xsl')
-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 b8cc9b9..83e53d2 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="/atom:entry/media:group/yt:videoid"/></stream> + <stream>wvt:///www.youtube.com/video.xsl?srcurl=http://www.youtube.com/get_video_info?%26video_id=<xsl:value-of select="/atom:entry/media:group/yt:videoid"/>%26el=detailpage%26ps=default%26eurl=%26gl=US%26hl=en</stream> </link> </wvmenu> |