Export your Flickr Photos
January 31st, 2007There are some angry people out there who are upset about the decision by Yahoo to start restricting accounts on Flickr.com. Someone asked if there is a way to download their photos from Flickr. I happened to write a little software the other day to pull a Flickr feed and parse the output. This software just saves some of the photo information locally to display a gallery, but it could be modified to instead download and save the files. What I do not know how to get around is the limitation on the size of the feed. It seems it shows less than 20 photos at a time. If there is a way to get to all of the files for a given user id I would be able to find a way around this limitation.
Perhaps one way to help you make this work is to tag your photos with tags like set1, set2, set3 and so on and limit them to 15 per set. If you know a better way to do this, I would appreciate the tip.
What you need to do first is get your Flickr ID which you will use to identify your photos. A feed Url looks like this:
http://api.flickr.com/services/feeds/photos_public.gne?id=123456@N00&format=rss2&tags=winter
The ID is the part in bold. Once you have the ID you can use the following function I created for C#. You will need to use the System.Net and System.Xml namespaces. If there is enough interest and I can find the time, I will complete this as a complete and free application to download Flickr photos. Please post a comment below if you are interested.
