Package: xmltv
Version: 0.5.45-1
Severity: normal
Tags: patch
tv_grab_fi doesn't work, probably because of a site change. A trivial
patch fixes the situation.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2-dance
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages xmltv depends on:
ii libxmltv-perl 0.5.45-1 Perl libraries related to the XMLT
ii xmltv-gui 0.5.45-1 Graphical user interface related t
ii xmltv-util 0.5.45-1 Utilities related to the XMLTV fil
xmltv recommends no packages.
-- no debconf information
--- /usr/bin/tv_grab_fi 2007-02-21 19:32:13.000000000 +0200
+++ tv_grab_fi 2007-02-27 17:40:33.000000000 +0200
@@ -460,7 +460,7 @@
my @data;
# Dump the html-tree to a string for matching
my $html = $tree->as_HTML;
- while ($html =~ m/<b>([0-9]{2})\.([0-9]{2}) (.+?)<\/b><br>(.*?)<br><br>/g)
{
+ while ($html =~ m/<b>([0-9]{2})\.([0-9]{2}) (.+?)<\/b><br \/>(.*?)<br
\/><br \/>/g) {
# Use decode_entities() to convert html characters
# to ascii (e.g ä to รค)
my %keys = (time => $1 . ':' . $2,