Hey guys... So I was hunting down code and fonts and such for use in my demos/intros and came across Flickr that had a whole heap I found (uploaded by roy/SAC).
The dilemma... you can't mass/batch download files. In having a brief look at his album sets.... I wanted all the bitmap fonts downloaded locally. What I didn't want to do was have to click every damn file 4 times to get it.... so I wrote myself a batch download script in bash/linux.
This is basically how it runs...
./flickr.sh 72157611369289453
created directory ./72157611369289453
downloading new source links, please wait...
72157611369289453 flickr source saved
finding number of pages...
grabbing image links on page http://www.flickr.com/photos/cumbrowski/sets/72157611369289453/?page=1
grabbing image links on page http://www.flickr.com/photos/cumbrowski/sets/72157611369289453/?page=2
grabbing image links on page http://www.flickr.com/photos/cumbrowski/sets/72157611369289453/?page=3
grabbing image links on page http://www.flickr.com/photos/cumbrowski/sets/72157611369289453/?page=4
grabbing image links on page http://www.flickr.com/photos/cumbrowski/sets/72157611369289453/?page=5
grabbing image links on page http://www.flickr.com/photos/cumbrowski/sets/72157611369289453/?page=6
1 - downloaded file ./72157611369289453/3122436912_ed8a7d2e17_o_d.png
2 - downloaded file ./72157611369289453/3122436744_1a7142ef7d_o_d.png
3 - downloaded file ./72157611369289453/3122436756_d4c855c722_o_d.png
4 - downloaded file ./72157611369289453/3122436780_c5bbf6bf4a_o_d.png
5 - downloaded file ./72157611369289453/3122436836_dee089a3a2_o_d.png
My script has page checking, error checking etc, and if the file exists... it skips it.
It's hard linked to download only the sets that I want at the moment, but could be adapted for any 'flickr' set/url.
So what did all that mean? It meant that by scripting it, it saved me hours upon hours upon days of manually clicking each link. Now I just run the command for each 'set' of photos I want to grab, and it does the whole lot for me, saves directly to shell/hdd.
Not sure if anyone here is interested in the script for their own use, but if so, hit me up in private message and I'll be happy to share.
As for the ~1200 bitmap fonts that I have now acquired... again if anyone wants them, hit me up in private message, as it's too big to post here.