wedata.net JSON

wedata.net external_link

by mattn |

root

path: '^/$',
entryNodes: {
    '.hentry': {
        uri: 'a',
        title: 'a',
        container: 'a'
    }
}

items

path: '^/databases/.*/items$',
entryNodes: {
    '.hentry': {
        uri: 'a',
        title: 'a',
        container: 'div'
    }
}

item

path: '^/items/.*$',
entryNodes: {
    '#content': {
        uri: 'window.location',
        title: 'document.title',
        container: 'h3'
    }
}