Show direct links to download biggest Flickr image available and some other sizes.
< 脚本 Flickr Original Link 的反馈
5.1.0 ImageSizeOrder changesHi, 5.1.0 works fine but I noticed a difference in ImageSizeOrder as Flickr has presented :This script : imageSizeOrder = [ "o", "k", "h", "l", "c", "z" ];Should be : imageSizeOrder = [ "o", "k", "h", "b", "c", "z" ]; Just my 2 cents
Hi,"b" is the suffix of image link but "l" (large) is the name of that link.
登录(不可用)以发布留言。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
5.1.0 ImageSizeOrder changes
Hi, 5.1.0 works fine but I noticed a difference in ImageSizeOrder as Flickr has presented :
This script : imageSizeOrder = [ "o", "k", "h", "l", "c", "z" ];
Should be : imageSizeOrder = [ "o", "k", "h", "b", "c", "z" ];
Just my 2 cents