Changeset 71
- Timestamp:
- 10/14/06 23:39:47 (7 years ago)
- Files:
-
- 2 modified
-
grabbers/oztivo (modified) (3 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grabbers/oztivo
r65 r71 18 18 # output buffering 19 19 # 0.6 : Decodes HTML characters 20 # 0.6.1 : Bugfix: Don't decode HTML characters (invalid XMLTV), 21 # Bugfix: translate SBS NEWS XMLTVID properly 20 22 21 23 use strict; … … 109 111 } 110 112 111 print "Decoding HTML.\n";112 HTML::Entities::decode($data);113 # print "Decoding HTML.\n"; 114 # HTML::Entities::decode($data); 113 115 114 116 print "Transforming XMLTVIDs.\n"; … … 126 128 my $station = shift; 127 129 130 $station = "SBS NEWS" if ($station eq "SBS-NEWS"); 131 128 132 foreach (@clist) 129 133 { -
status
r70 r71 1 1 shepherd:0.2.10:shepherd 2 2 rex:3.3.3:grabber 3 oztivo:0.6 :grabber3 oztivo:0.6.1:grabber 4 4 abc_website:1.55-r2:grabber 5 5 abc2_website:1.55-r2:grabber
