Changeset 1417

Show
Ignore:
Timestamp:
05/28/12 22:56:41 (12 months ago)
Author:
max
Message:

Re-enabling foxtel_swf with patch from scott

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/grabbers/foxtel_swf

    r1393 r1417  
    88 
    99my $progname = "foxtel_swf"; 
    10 my $version = "3.00"; 
     10my $version = "4.00"; 
    1111my $cache_file = $progname.".storable.cache"; 
    1212 
     
    10591059        my (@event_list) = @_; 
    10601060        my $data, my $postvars; 
    1061          
     1061 
    10621062        $postvars = $d->{common_post_start}. 
    10631063                "<s:GetEventDetailsIn>". 
    1064                         "<s:StateId>".$d->{state}->{id}."</s:StateId>"; 
     1064                "<s:Bouquet>". 
     1065                "<s:BouquetId xmlns:types=\"http://epg.foxtel.com.au/schema\">".$d->{bouquet}->{bouquet_id}."</s:BouquetId>". 
     1066                "<s:SubBouquetId xmlns:types=\"http://epg.foxtel.com.au/schema\">".$d->{bouquet}->{subbouquet_id}."</s:SubBouquetId>". 
     1067                "</s:Bouquet>". 
     1068                "<s:StateId>".$d->{state}->{id}."</s:StateId>"; 
    10651069        foreach my $event_id (@event_list) { 
    1066                 $postvars .= "<s:EventId>".$event_id."</s:EventId>"; 
     1070            $postvars .= "<s:EventId>".$event_id."</s:EventId>"; 
    10671071        } 
    10681072        $postvars .= "</s:GetEventDetailsIn>". 
  • trunk/status

    r1416 r1417  
    1313grabber         sbsweb              4.04 
    1414grabber         zaxmltv             0.03 
     15grabber         foxtel_swf          4.00 
    1516reconciler      reconciler_mk2      0.48 
    1617postprocessor   imdb_augment_data   1.02