トップ
path: '^/$',
entryNodes: {
'div.newest,div.item1,div.item2': { uri: 'h3 a', title: 'h3', container: 'p:last_child' },
'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
}
ヘッドライン・特集一覧
path: '^/(headline|special)/archives/.+$',
entryNodes: {
'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
}
ニュース
path: '^/headline/\d+/index.html$',
entryNodes: {
'div#headline': { uri: 'document.location', title: 'h3', container: 'li#sbm' },
'li.arrow': { uri: 'a', title: 'a', container: 'parent' }
}
特集
path: '^/column/\d+/index.html$',
entryNodes: {
'div#column': { uri: 'document.location', title: 'h3', container: 'p' }
}