Changeset 101
- Timestamp:
- 10/18/06 20:58:04 (7 years ago)
- Files:
-
- 2 modified
-
grabbers/oztivo (modified) (3 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grabbers/oztivo
r71 r101 3 3 # OzTivo grabber 4 4 5 my $version = '0. 6';5 my $version = '0.7'; 6 6 7 7 # Requires configuration! … … 20 20 # 0.6.1 : Bugfix: Don't decode HTML characters (invalid XMLTV), 21 21 # Bugfix: translate SBS NEWS XMLTVID properly 22 # 0.7 : Decodes apostrophes 22 23 23 24 use strict; … … 114 115 # HTML::Entities::decode($data); 115 116 117 print "Converting apostrophes.\n"; 118 $data =~ s/\'/'/g; 119 116 120 print "Transforming XMLTVIDs.\n"; 117 121 $data =~ s/channel="(.*)"/'channel="'.subme($1).'"'/ge; -
status
r99 r101 1 1 shepherd:0.2.15:shepherd 2 2 grabber:rex:3.3.4 3 grabber:oztivo:0. 6.1-r13 grabber:oztivo:0.7 4 4 grabber:abc_website:1.55-r3 5 5 grabber:abc2_website:1.55-r3
