
path: '^/[a-z]+/articles/\d+/\d+/news[\d_]+.html$',
entryNodes: {
'div.articles': {
uri: 'window.location',
title: 'h1',
container: 'h1'
}
}
path: '/$',
entryNodes: {
'h3, div.headline li, div.hl li, ul.linkset li': {
uri: 'a',
title: 'parent',
container: 'parent'
}
}