
path: '^/',
entryNodes: {
'.item-box': {
container: '.item-box-title',
uri: '.item-box-title a',
title: '.item-box-title a'
}
}
path: '^/items',
entryNodes: {
'.comment-box': {
container: '.comment-user-name',
uri: '.comment-post-time a',
title: '.comment-content'
}
}