
path: '^/material/',
entryNodes: {
'#index_content': {
uri: 'window.location',
title: 'h1',
container: 'h1'
}
}
path: '^/tree/',
entryNodes: {
'#tree_n p:last-child': {
uri: 'a',
title: 'parent',
container: 'parent'
}
}
path: '^/$|^/\?t=|^/recent/',
entryNodes: {
'div.cmn_thumb_frm': {
uri: 'p.TXT12:first-child a',
title: 'p.TXT12:first-child',
container: 'p.TXT12:first-child'
}
}