Changeset 71

Show
Ignore:
Timestamp:
10/14/06 23:39:47 (7 years ago)
Author:
lincoln
Message:

oztivo fixes: (1) don't decode HTML, (2) translate SBS News XMLTVID properly

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • grabbers/oztivo

    r65 r71  
    1818#         output buffering 
    1919# 0.6   : Decodes HTML characters 
     20# 0.6.1 : Bugfix: Don't decode HTML characters (invalid XMLTV), 
     21#         Bugfix: translate SBS NEWS XMLTVID properly 
    2022 
    2123use strict; 
     
    109111} 
    110112 
    111 print "Decoding HTML.\n"; 
    112 HTML::Entities::decode($data); 
     113# print "Decoding HTML.\n"; 
     114# HTML::Entities::decode($data); 
    113115 
    114116print "Transforming XMLTVIDs.\n"; 
     
    126128    my $station = shift; 
    127129 
     130    $station = "SBS NEWS" if ($station eq "SBS-NEWS"); 
     131 
    128132    foreach (@clist) 
    129133    { 
  • status

    r70 r71  
    11shepherd:0.2.10:shepherd 
    22rex:3.3.3:grabber 
    3 oztivo:0.6:grabber 
     3oztivo:0.6.1:grabber 
    44abc_website:1.55-r2:grabber 
    55abc2_website:1.55-r2:grabber