DownFlickr
DownFlickr copied to clipboard
Very simple Flickr photos downloading extension for Google Chrome.
I found that DownFlickr can't parse url in albums pages sometimes. In new web UI, the album url is 'photos/{USERNAME}/albums/{ID}'. But this url parser does not support that format. https://www.flickr.com/photos/nnaannoohhaa/albums/72157627089718425...
Flickr has supported two endpoints to access albums. In fact, I saw "sets" and "album" in url. So we should fix url parser. ## Examples https://www.flickr.com/photos/40399956@N06/albums/72157643561183373 https://www.flickr.com/photos/40399956@N06/sets/72157643561183373
# Replace jQuery with Zepto - Zepto executes faster than jQuery. Nothing can be better than that. - Zepto is smaller than jQuery. It can reduce this extension size.