【发布时间】:2015-01-13 15:06:59
【问题描述】:
有没有什么方法可以构建与Google Custom Search API 返回的缩略图 URL 对应的中/大/原始图像的 URL?
换句话说,从这个缩略图 URL:
https://t3.gstatic.com/images?q=tbn:ANd9GcRYiGRk0xt6OXpRa3j7ySJNeATepTe7zaWzm1G6KpGAwpHePcTmYPYp6WI
是否有可能找到更大图像的 URL?
我尝试将q URL 参数中的tbn(用于“缩略图”?)替换为medium、large,...但没有成功。
【问题讨论】:
-
不认为这是可能的。
-
你能把你得到的json数据贴出来吗?
-
@DipenPatel 好吧,我现在只有缩略图 URL,没有原始 JSON 数据
标签: google-api google-custom-search google-image-search