
path: '^/\d*$',
entryNodes: {
'.recentEntry': {
uri: '.usertext a',
title: '.usertext a',
container: '.created_at'
}
}
path: '^/show/\d+$',
entryNodes: {
'div#maincontent': {
uri: 'window.location',
title: 'img',
container: 'p'
}
}