www.flickr.com JSON

www.flickr.com external_link

by 近藤淳也 セコン |

Photo

path: '^/photos/[@\w-]+/\d+/$',
entryNodes: {
    '#photoswftd': {
        uri: 'window.location',
        title: 'h1',
        container: 'h1'
    }
}

PhotoStream

path: '^/photos/[@\w-]+/?',
entryNodes: {
    'td.PhotosColumn > table td': {
        uri: 'a:first-child',
        title: 'a:first-child img',
        container: 'p.Activity'
    }
}

Explorer

path: '^/explore/$', 
entryNodes: { 
    'div#Main': { uri: 'table.Interestingness > tbody > tr > td > a', title: 'table.Interestingness > tbody > tr > td > a > img', container: 'h1' } 
}