自定义搜索API获取损坏的图像链接

时间:2017-02-15 15:17:59

标签: python image google-custom-search

我使用自定义搜索搜索图像。我得到了一些破碎的图片链接作为回应。

像:

{
    u'kind': u'customsearch#result',
    u'title': u'Quality Sports Wallpapers, Sport', 
    u'displayLink': u'feelgrafix.com',
    u'htmlTitle': u'Quality <b>Sports</b> Wallpapers, <b>Sport</b>',
    u'snippet': u'We found 20 Images in \xabSports\xbb ...',
    u'htmlSnippet': u'We found 20 Images in \xab<b>Sports</b>\xbb ...', 
    u'link': u'http://feelgrafix.com/data/sports/sports-1.jpg',
    u'mime': u'image/jpeg', 
    u'image': {
        u'thumbnailWidth': 150,
        u'byteSize': 615337,
        u'height': 1075,
        u'width': 1768, 
        u'contextLink': u'http://feelgrafix.com/group/sports.html',
        u'thumbnailLink': u'https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRP5hPZFmKRSooaRzGqptPjUW8NSf6DNsyK7zECMQuEYN2F-lt1-P-1RAQs',
        u'thumbnailHeight': 91
    }
}

链接已损坏。如何使用自定义搜索restful API过滤损坏的图像链接?

0 个答案:

没有答案