我有一个推特供稿,我可以在推文中找到 Instagram 网址。
{
indices: [
90,
110
],
url: "http://t.co/kF9EXifn",
expanded_url: "http://instagr.am/p/QC8hWKL_4K/",
display_url: "instagr.am/p/QC8hWKL_4K/"
}
我需要的是从该对象“http://instagr.am/p/QC8hWKL_4K/”中获取扩展的 url,并获取指向图像本身的链接,而不是 Instagram 网站上的图像。有谁知道该怎么做?我什至可以从 url 派生那个链接吗?