10/06/12 08:30:16 xFtwKseu0
とりあえず指定されたページで動くのは、
{
url: '^URLリンク(octoba\.net)',
nextLink: '//a[@class="nextpostslink"]',
pageElement: 'id("content")/div[@class="post"]',
exampleUrl: '',
},
個別の記事のページでも働かせたいのならこっち、
{
url: '^URLリンク(octoba\.net)',
nextLink: '//a[@class="nextpostslink"]|//div[@class="prevlink"]/a',
pageElement: 'id("content")/div',
exampleUrl: '',
},