Changeset 1268
- Timestamp:
- 06/04/10 23:29:44 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
grabbers/foxtel_swf (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/grabbers/foxtel_swf
r1243 r1268 8 8 9 9 my $progname = "foxtel_swf"; 10 my $version = "2.0 2";10 my $version = "2.03"; 11 11 my $cache_file = $progname.".storable.cache"; 12 12 … … 504 504 $curr_start = $starttime; 505 505 while ($curr_start < $stoptime) { 506 $curr_stop = $curr_start + ( 6* 60 * 60); # 6 hours506 $curr_stop = $curr_start + (3 * 60 * 60); # 6 hours 507 507 $curr_stop = $stoptime if ($curr_stop > $stoptime); 508 508 -
trunk/status
r1267 r1268 10 10 grabber yahoo7widget 1.111 11 11 grabber yahoo7web 0.40-r3 12 grabber foxtel_swf 2.0 212 grabber foxtel_swf 2.03 13 13 grabber southerncross_website 0.21 14 14 grabber ten_website 2.03
