ascii.jp JSON

ascii.jp external_link

by snitch |
path: '^/elem/\d+/\d+/\d+/\d+/',
entryNodes: {
    'div#contdefault': {
         uri: 'window.location',
         title: 'h1',
         container: 'h1'
    },
    'div.relatedarticle ul.relatedarticle li': {
        uri: 'strong > a',
        title: 'strong > a',
        container: 'strong > a'
    }
}

Category Page

path: '^/cate/15/$',
entryNodes: {
    'div.namegroups': {
        uri: 'h3 a',
        title: 'h3 a',
        container: 'h3'
    }
}
path: '^/cate/\d+/$',
entryNodes: {
    'div.namegroup': {
        uri: 'h2 a',
        title: 'h2 a',
        container: 'h2'
    }
}
path: '^/cate/\d+/$',
entryNodes: {
    'div.pickupsc': {
        uri: 'h3 a',
        title: 'h3 a',
        container: 'h3'
    }
}