# upgrade Google News Sports feeds author: Tatsuhiko Miyagawa handle: http://www\.daily\.co\.jp/.*?\.shtml extract: \s*(<.*?) extract_capture: body extract_after_hook: | if ($args->{entry}->link =~ m!/(\d{4})/(\d\d)/(\d\d)/!) { $data->{date} = Plagger::Date->new(year => $1, month => $2, day => $3); }