Metadata-Version: 2.0
Name: albumr
Version: 1.0.3
Summary: Imgur album downloader
Home-page: https://github.com/nkouevda/albumr
Author: Nikita Kouevda
Author-email: nkouevda@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: requests
Requires-Dist: six

# albumr

Imgur album downloader.

## Installation

    pip install albumr

## Usage

    usage: albumr [-h] [-n] [-t] album [album ...]

    Imgur album downloader

    positional arguments:
      album          an album hash or URL

    optional arguments:
      -h, --help     show this help message and exit
      -n, --numbers  prepend numbers to filenames
      -t, --titles   append album titles to directory names

## Examples

>From album URL:

    albumr http://imgur.com/a/adkET

>From album hash, with numbers in filenames and album title in directory name:

    albumr -nt adkET

## License

Licensed under the [MIT License](http://www.opensource.org/licenses/MIT).


