ameblo.jp JSON

ameblo.jp external_link

by セコン りょうたろう |

permalink

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

template (うごかない…)

path: '^/',
entryNodes: {
    'div.entry': {
        uri: 'div.foot > a:nth-child(1)',
        title: 'h3.title',
        container: 'h3.title'
    }
}

最新(2012/7/6)アメブロ

path: '^/',
entryNodes: {
    'article': {
        uri: '.skinArticleHeader2 h1 a',
        title: '.skinArticleHeader2 h1',
        container: '.skinArticleHeader2 h1'
    }
}