Changeset 101

Show
Ignore:
Timestamp:
10/18/06 20:58:04 (7 years ago)
Author:
max
Message:

OzTivo? converts apostrophes.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • grabbers/oztivo

    r71 r101  
    33# OzTivo grabber 
    44 
    5 my $version = '0.6'; 
     5my $version = '0.7'; 
    66 
    77# Requires configuration! 
     
    2020# 0.6.1 : Bugfix: Don't decode HTML characters (invalid XMLTV), 
    2121#         Bugfix: translate SBS NEWS XMLTVID properly 
     22# 0.7   : Decodes apostrophes 
    2223 
    2324use strict; 
     
    114115# HTML::Entities::decode($data); 
    115116 
     117print "Converting apostrophes.\n"; 
     118$data =~ s/\'/'/g; 
     119 
    116120print "Transforming XMLTVIDs.\n"; 
    117121$data =~ s/channel="(.*)"/'channel="'.subme($1).'"'/ge; 
  • status

    r99 r101  
    11shepherd:0.2.15:shepherd 
    22grabber:rex:3.3.4 
    3 grabber:oztivo:0.6.1-r1 
     3grabber:oztivo:0.7 
    44grabber:abc_website:1.55-r3 
    55grabber:abc2_website:1.55-r3