Changeset 947
- Timestamp:
- 06/09/06 21:26:31
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/CustomFeed/2chSearch.pm
r946 r947 51 51 52 52 my $re = decode('utf-8', <<'RE'); 53 <dt><a href="(.*?)"><b>(.*?)</ a> \((\d+)\) - <font size=-1>.*?</font> - <font size=-1><a href=.*?</a>@.*?</font></dt><dd>(.*?)<br><font color=\#228822>.*?鯖 / 最新:(\d{4}/\d\d/\d\d \d\d:\d\d)</font> - .*?</dd>53 <dt><a href="(.*?)"><b>(.*?)</b></a> \((\d+)\) - <font size=-1>.*?</font> - <font size=-1><a href=.*?</a>@.*?</font></dt><dd>(.*?)<br><font color=\#228822>.*?鯖 / 最新:(\d{4}/\d\d/\d\d \d\d:\d\d)</font> - .*?</dd> 54 54 RE 55 55
