Changeset 1417
- Timestamp:
- 05/28/12 22:56:41 (12 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
grabbers/foxtel_swf (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/grabbers/foxtel_swf
r1393 r1417 8 8 9 9 my $progname = "foxtel_swf"; 10 my $version = " 3.00";10 my $version = "4.00"; 11 11 my $cache_file = $progname.".storable.cache"; 12 12 … … 1059 1059 my (@event_list) = @_; 1060 1060 my $data, my $postvars; 1061 1061 1062 1062 $postvars = $d->{common_post_start}. 1063 1063 "<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>"; 1065 1069 foreach my $event_id (@event_list) { 1066 $postvars .= "<s:EventId>".$event_id."</s:EventId>";1070 $postvars .= "<s:EventId>".$event_id."</s:EventId>"; 1067 1071 } 1068 1072 $postvars .= "</s:GetEventDetailsIn>". -
trunk/status
r1416 r1417 13 13 grabber sbsweb 4.04 14 14 grabber zaxmltv 0.03 15 grabber foxtel_swf 4.00 15 16 reconciler reconciler_mk2 0.48 16 17 postprocessor imdb_augment_data 1.02
