Your message dated Fri, 06 May 2011 23:57:51 +0200
with message-id <[email protected]>
and subject line Re: LiveLeak: Video ID contains superfluous URL parts
has caused the Debian Bug report #603626,
regarding LiveLeak: Video ID contains superfluous URL parts
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 [email protected]
immediately.)
--
603626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603626
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clive
Version: 2.2.13-3
Severity: minor
Tags: upstream patch
For liveleak.com, %i does not only contain the video ID, but also
superfluous parts of the actual URL. For instance, the command
clive --filename-format=%t-%i.%s \
http://www.liveleak.com/view?i=cb8_1289819290
will save a file named
Doneyourdailydozentoday1armedpushups-cb8_1289819290&links=1.flv
Obviously, "&links=1" does not belong to the video ID.
Patch that fixes that is attached.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (10, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.iso885915, LC_CTYPE=en_US.iso885915 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages clive depends on:
ii libclass-singleton-perl 1.4-1 implementation of a "Singleton" cl
ii libconfig-tiny-perl 2.12-1 Read/Write .ini style files with a
ii libexpect-perl 1.20-2 Expect.pm - Perl Expect interface
ii libgetopt-argvfile-perl 1.11-1 Perl module for reading script opt
ii libhtml-parser-perl 3.66-1 collection of modules that parse H
ii liburi-perl 1.54-2 module to manipulate and access UR
ii libwww-curl-perl 4.12-1 Perl bindings to libcurl
ii perl 5.10.1-16 Larry Wall's Practical Extraction
Versions of packages clive recommends:
ii clive-utils 2.1.6-1 additional utilities for clive
ii libberkeleydb-perl 0.42-1~squeeze1 use Berkeley DB 4 databases from P
ii libterm-readkey-perl 2.30-4 A perl module for simple terminal
Versions of packages clive suggests:
pn ffmpeg <none> (no description available)
-- no debconf information
--- Liveleak.pm 2010-04-06 22:03:43.000000000 +0200
+++ Liveleak.pm.patched 2010-11-15 23:20:09.000000000 +0100
@@ -34,7 +34,7 @@
$$props->video_host("liveleak");
my %re = (
- id => qr|token=(.*?)'|,
+ id => qr|token=([^&]*?)'|,
config => qr|'config','(.*?)'|,
);
--- End Message ---
--- Begin Message ---
Version: 2.2.19-1
This was fixed in 2.2.19-1:
commit ecd72af36fa67954b8b26903c0ecdb186be9d96e
Author: Toni Gundogdu <[email protected]>
Date: Sat Dec 11 19:18:13 2010 +0200
Fix liveleak token/id parsing
lib/clive/Host/Liveleak.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Regards,
Ansgar
--- End Message ---