[How to] Download Flickr Images

FutureProofSeo

Senior Member
Joined
Jul 3, 2013
Messages
956
Reaction score
484
Not sure if this is a new technique, but I worked out how to do a right click save as on a flickr image (usually blocked).

Gives the photo to you in much better quality, and lets you "view image" to dl at the original large size.

Simply do a change in the url:

Original URL:
Code:
https://www.flickr.com/photos/52447905@N04/4875503751/in/photolist-9z2Bjv-8qQepv-8cQ4C6-atsUr6-8f8SwS-7DwWfc-8qQeo2-bPgXmt-9Wk1hP-beqH7B-fzTtk6-btzzfb-4QLd2g-8qTkTW-grXyPw-aeBXKc-aeBYaH-bvWw23-bHWVLg-8qTkXf


Change it to this url:

Code:
https://m.flickr.com/#/photos/52447905@N04/4875503751/

So you remove the "in" and anything after that, add a "#/" before the photos folder, and then change it to the mobile site by removing the "www" and replacing with "m".

Like I said, not sure if this is new, but it saves you crawling through the page source.
 
Not sure if this is a new technique, but I worked out how to do a right click save as on a flickr image (usually blocked).

Gives the photo to you in much better quality, and lets you "view image" to dl at the original large size.

Simply do a change in the url:

Original URL:
Code:
https://www.flickr.com/photos/52447905@N04/4875503751/in/photolist-9z2Bjv-8qQepv-8cQ4C6-atsUr6-8f8SwS-7DwWfc-8qQeo2-bPgXmt-9Wk1hP-beqH7B-fzTtk6-btzzfb-4QLd2g-8qTkTW-grXyPw-aeBXKc-aeBYaH-bvWw23-bHWVLg-8qTkXf


Change it to this url:

Code:
https://m.flickr.com/#/photos/52447905@N04/4875503751/

So you remove the "in" and anything after that, add a "#/" before the photos folder, and then change it to the mobile site by removing the "www" and replacing with "m".

Like I said, not sure if this is new, but it saves you crawling through the page source.

You can even try the software named - Bulkr
 
i second bulkr, works great. OPs method is great tho if you dont want extra stuff to download
 
Simply save the whole page , then find the saved image in data folder of .html file
 
Personally I use Firebug to inspect the source. Right-click on the image, then find the div that contains the image. Once I find it, I open it in a new tab and download it.
 
Good work man. It works well for me.. Thanks for the useful share.. !
 
Back
Top