diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2012-06-02 09:36:33 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2012-06-02 09:36:33 +0300 |
| commit | 926338d8fb01c3ba0ae238dcdda987340f2f7c94 (patch) | |
| tree | 0e30050a417456c6d10db44a13dd68f52bb2f376 /templates/video.google.com | |
| parent | c3c5ed0a8745ff885ac7029b2896bbd83f9b4c71 (diff) | |
| download | vdr-plugin-webvideo-926338d8fb01c3ba0ae238dcdda987340f2f7c94.tar.gz vdr-plugin-webvideo-926338d8fb01c3ba0ae238dcdda987340f2f7c94.tar.bz2 | |
Remove broken Vimeo module
Diffstat (limited to 'templates/video.google.com')
| -rw-r--r-- | templates/video.google.com/searchresults.xsl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/video.google.com/searchresults.xsl b/templates/video.google.com/searchresults.xsl index 8bd2146..a65b8a6 100644 --- a/templates/video.google.com/searchresults.xsl +++ b/templates/video.google.com/searchresults.xsl @@ -46,14 +46,6 @@ </link> </xsl:when> - <xsl:when test="starts-with($url, 'http://vimeo.com/')"> - <link> - <label><xsl:value-of select="normalize-space(.)"/></label> - <stream>wvt:///vimeo.com/video.xsl?srcurl=http://www.vimeo.com/moogaloop/load/clip:<xsl:value-of select="substring-after($url, 'http://vimeo.com/')"/>&HTTP-header=user-agent,Wget/1.2%20%28linux-gnu%29</stream> - <ref>wvt:///vimeo.com/description.xsl?srcurl=http://vimeo.com/api/v2/video/<xsl:value-of select="substring-after($url, 'http://vimeo.com/')"/>.xml</ref> - </link> - </xsl:when> - </xsl:choose> </xsl:for-each> |
