*.way-nifty.com JSON

*.way-nifty.com external_link

by ココサブ |

top page

path: '^/$',
entryNodes: {
    'div.entry': {
        uri: 'h3 a',
        title: 'h3',
        container: 'h3'
    }
} 

top page2

path: '^/\w+/$',
entryNodes: {
    'div.entry': {
        uri: 'h3 a',
        title: 'h3',
        container: 'h3'
    }
} 

permalink

path: '^/\w+/\d+/\d+/.+\.html$',
entryNodes: {
    'div.entry': {
        uri: 'window.location',
        title: 'h3',
        container: 'h3'
    }
}