
path: '^/\d+/article_\d+\.html',
entryNodes: {
'div#blog-head': {
uri: 'window.location',
title: 'h2',
container: 'h2'
}
}
path: '^/($|\d+/index\.html|theme/)',
entryNodes: {
'div#postlist table tbody tr td:first-child': {
uri: 'a:first-child',
title: 'a:first-child',
container: 'p.response'
}
}