How to get static image url from flickr URL?

前端 未结 7 1360
长情又很酷
长情又很酷 2020-12-24 01:40

Is it possible to get static image URL from the flickr URL via an api call or some script ?
For eg :
Flickr URL -> http://www.flickr.com/photos/53067560@N00/26581

相关标签:
7条回答
  • 2020-12-24 02:27

    In your Flickr URL, the photo ID is 2658147888. You use flickr.photos.getSizes to get the various sizes of the photo available, and pick the url you want from that, depending on the size. There are several ways to access the API so please specify if you want more details for a particular language.

    0 讨论(0)
提交回复
热议问题