mirror of
https://github.com/kennethreitz-archive/flickr-dl.git
synced 2026-06-18 06:21:00 +00:00
46 lines
733 B
ReStructuredText
46 lines
733 B
ReStructuredText
Flickr-dl: Downloads Flickr Photos
|
|
==================================
|
|
|
|
|
|
Usage
|
|
-----
|
|
|
|
Download all of Kenneth Reitz's Photos::
|
|
|
|
$ flickr-dl http://www.flickr.com/photos/kennethreitz/
|
|
|
|
All photos of a set::
|
|
|
|
$ flickr-dl http://www.flickr.com/photos/kennethreitz/sets/72157626128136887/
|
|
|
|
A specific photo::
|
|
|
|
$ flickr-dl http://www.flickr.com/photos/kennethreitz/5521041505/in/set-72157626128136887
|
|
|
|
A users's favorites::
|
|
|
|
$ flickr-dl http://www.flickr.com/photos/kennethreitz/favorites/
|
|
|
|
Installation
|
|
------------
|
|
|
|
Installing flickr-dl is easy::
|
|
|
|
$ pip install flickr-dl
|
|
|
|
Or, if you must::
|
|
|
|
$ easy_install flickr-dl
|
|
|
|
But, you really shouldn't do that.
|
|
|
|
|
|
License
|
|
-------
|
|
|
|
ISC
|
|
|
|
Contribution
|
|
------------
|
|
|
|
Standard. |