plaza.rakuten.co.jp JSON

plaza.rakuten.co.jp external_link

by づんじ |

path: '^/\w+/diary/\d+/',
entryNodes: {
    'div.DIV': {
        uri: 'window.location',
        title: 'h4.h4:first-child td:first-child',
        container: 'h4.h4:first-child td:first-child'
    }
}

path: '^/\w+($|/$|/diary/$)',
entryNodes: {
    'h4.h4': {
        uri: 'td a',
        title: 'td a',
        container: 'td'
    }
}