2007-07-03 [長年日記]
_ EntryFullText (試してない)
テキトーに。
BLOCKBLOG
handle: http://[\w\-]+\.bblog\.jp/entry/\d+/
extract_xpath:
body: //div[@class="entrybody"]
body_more: //div[@class="entrybody_more"]
extract_after_hook: |
$data->{body} .= $data->{body_more} if $data->{body_more};
JUGEM
handle: http://[\w\-]+\.jugem\.(?:cc|jp)/\?eid=\d+ extract_xpath: body: //*[@class="entry"]
エキサイトブログ
handle: http://[\w\-]+\.exblog\.jp/.+ extract_xpath: body: //div[@class="POST_BODY" or @class="story"]
ウェブリブログ
handle: http://[\w\-]+\.at\.webry\.info/\d{6}/article_\d+\.html
extract_xpath:
body: //td[@id="blog-body"]
プレセぺ 最新NEWS
handle: http://www\.presepe\.jp/m44/show/id/.+ extract_xpath: body: //td[@class="tmp_table2_cell2"]
[ツッコミを入れる]
[]