Giter VIP home page Giter VIP logo

flickrdownloader-bin's Introduction

Flickr Downloader

A Flickr download tool write by golang.It will download photos from flicker with origin size.

Download

You can download binary file at Release Page.

How to use

$ flickrdownloader-bin -u <WhichFlickrUrlYouWantDownload> -m <MaxPagesToDownload> -p <SaveTo> -d <DebugMode>
  • -u : what url you want to download.
  • -m : how many pages you want to download.
  • -p : what path you want to save photos.Default is /tmp
  • -s : image size. Default is "o" means origin size.
    • o : Original
    • l : Large
    • m : Medium 500
    • z : Medium 640
    • c : Medium 800
  • -d : show debug infomation.Default is false

Examples

Download user marksein's photos only two pages.

flickrdownloader-bin -u https://www.flickr.com/photos/marksein/ -m 2

Download large size set's photo to /home/user/photo.

./flickrdownloader-bin -u https://www.flickr.com/photos/taisg/sets/72157649581313124 -p /home/user/photo -s l       

flickrdownloader-bin's People

Contributors

eternnoir avatar

Stargazers

Hardy avatar

Watchers

James Cloos avatar  avatar  avatar

flickrdownloader-bin's Issues

the -m options seems not work

Hi,
Thanks for the great work.
When I used the binary file to download some URLs, the '-m' option seemed not work.

eg. ./flickrdownloader-linux-amd64-v0.2.bin -u https://www.flickr.com/photos/batiks/sets/72157624657197522/ -m 2

only gave result in https://www.flickr.com/photos/batiks/sets/72157624657197522/page1

while in my expected, https://www.flickr.com/photos/batiks/sets/72157624657197522/page2 should also be downloaded.

Do you have time to consider it or give some advice?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.