www.niconicommons.jp JSON

www.niconicommons.jp external_link

by Yuichirou |

作品ページ

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'
    }
}