Discussion:
[Xmltv-devel] [ xmltv-Patches-1863734 ] Small fix for na_icons
SourceForge.net
2010-09-04 06:08:50 UTC
Permalink
Patches item #1863734, was opened at 2008-01-03 20:36
Message generated for change (Comment added) made by rmeden
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=1863734&group_id=39046

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_na_icons
Group: None
Status: Closed
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Cheetah (cheetah)
Assigned to: Robert Eden (rmeden)
Summary: Small fix for na_icons

Initial Comment:
there was a slight change in the zap2it site output that broke na_icons. Luckily it's a trivial fix:

--- /usr/bin/tv_grab_na_icons 2007-11-06 12:23:08.000000000 -0500
+++ /tmp/tv_grab_na_icons 2008-01-03 21:23:41.000000000 -0500
@@ -209,7 +209,7 @@
td => sub {
my $img_el;
if (defined $_->att('class')
- && $_->att('class') eq 'zc-station ') {
+ && $_->att('class') =~ /^zc-station /) {
my $name=$_ -> parent_trimmed_text;
$name=~s/^([\.\d]+) //; # trim leading channel number



----------------------------------------------------------------------
Comment By: Robert Eden (rmeden)
Date: 2010-09-04 01:08

Message:
this was fixed a long time ago (but the patch is also from a long time ago)
:)

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=1863734&group_id=39046
Loading...