Use PicaLoader as Flickr Downloader!
This article is combine of:
help download from flickr.com
and
how to download from a particular album from flickr?
First, save attached .plt file to your computer, run PicaLoader, open your project or create a new project, select main menu->Task->Import Task(s) to import the .plt file.
Then enter the start URL by yourself:
This task template can work for these case:
1. Download pics by Flickr tag, e.g. you want download all pics with tag "baby", the start URL should be:
http://www.flickr.com/photos/tags/baby
2. Download pics by user, just enter the user album URL, e.g.
http://www.flickr.com/photos/jay_que/
3. Download pics sets or a user, just enter the sets URL, e.g.
http://www.flickr.com/photos/jay_que/sets/72157600059330372/
4. Download search result, e.g, you want download search result of "rose mary", the start URL should be:
http://www.flickr.com/search/?q=rose+mary
that's all.
if any questions about download pics from flickr, please reply on this article.
HowTo - Download original size pics from Flickr
HowTo - Download original size pics from Flickr
- Attachments
-
- flickr.plt
- the .plt file - task template for download largest pics from flickr.
- (9.93 KiB) Downloaded 136 times
Last edited by KoalaBear on Sun Oct 12, 2008 2:38 pm, edited 7 times in total.
Re: HowTo - Download original size pics from Flickr
I tried but it didn't download anything. I think flickr changed something.
Re: HowTo - Download original size pics from Flickr
I tried and it work for me.pleomax wrote:I tried but it didn't download anything. I think flickr changed something.
please check your start URL
Re: HowTo - Download original size pics from Flickr
Still works for me as well, I use it almost daily. Thanks again KoalaBear, this Flickr script has been outstanding!!!
Re: HowTo - Download original size pics from Flickr
Great script.
Here is a small improvement to allow it to work with user names with a hyphen.
Change the 5th line to:
if (string.find(url,'/photos/[%w_%-@]+/%d+/$') or
Here is a small improvement to allow it to work with user names with a hyphen.
Change the 5th line to:
if (string.find(url,'/photos/[%w_%-@]+/%d+/$') or
Re: HowTo - Download original size pics from Flickr
great!tractor wrote:Great script.
Here is a small improvement to allow it to work with user names with a hyphen.
Change the 5th line to:
if (string.find(url,'/photos/[%w_%-@]+/%d+/$') or
I had migrated this to the .plt file:)
thank you!