Your message dated Sun, 15 Jan 2012 22:00:09 +0100
with message-id <87y5t8y946....@deep-thought.43-1.org>
and subject line Fixed in new upstream release
has caused the Debian Bug report #643571,
regarding libquvi0: Facultative string lookup "hd_button" fails on Vimeo
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
643571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libquvi0
Version: 0.2.15-1
Severity: important
Tags: patch

Hello,

I have found that some videos (well, at least one [1]) on Vimeo do not have an
<hd_button> tag, which make vimeo.lua fail. I suppose this means that they have
no HD version so here is a patch that defaults to low definition rather than
failing on such cases.

    [1] http://vimeo.com/28923541

Regards,

-- 
Tanguy Ortolo


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libquvi0 depends on:
ii  libc6            2.13-21 
ii  libcurl3-gnutls  7.21.7-2
ii  liblua5.1-0      5.1.4-10

libquvi0 recommends no packages.

libquvi0 suggests no packages.

-- no debconf information
--- share/lua/website/vimeo.lua.orig	2011-09-27 19:49:54.723970529 +0200
+++ share/lua/website/vimeo.lua	2011-09-27 19:50:25.408220124 +0200
@@ -59,7 +59,8 @@
     local exp   = s or error("no match: request signature expires")
 
     local _,_,s     = config:find("<hd_button>(%d)</")
-    local hd_button = s or error("no match: hd button")
+    local hd_button = -- 0 is the 'default'.
+        (s or 0)
 
     local r = self.requested_format
     r = (r == "best") and "hd" or r -- 'best' is an alias for 'hd'

--- End Message ---
--- Begin Message ---
Version: 0.4.0-1

Hi,

it looks like this was fixed in the last upstream release: with
libquvi/0.4.0-1, libquvi-scripts/0.4.2-1 and cclive/0.7.8-0.1
I can download the video from your bug report[0] without problems.

Regards,
Ansgar

[0] <http://vimeo.com/28923541>


--- End Message ---

Reply via email to