Build Status Gem Version Code Climate

BrandEins Downloader

BrandEins Downloader is a command line tool to download former volumes of the german economy magazine Brand Eins. The articles are available on the websites archive and BrandEins Downloader helps a little out to download all single fragmented files and merges them into a single pdf.

Requirements

BrandEins Downloader uses pdftk and depends on ruby, rubygems, and several ruby libraries (that you can get through rubygems)

Install

gem install brandeins

Usage

Download just a certain single magazine

brandeins download --path=/Path/where/to/download/the/files --year=2011 --volume=5

Download the whole collection of a year

brandeins download --path=/Path/where/to/download/the/files --year=2011 --all

Development

Pull requests are very welcome! Please try to follow these simple rules if applicable:

  • Please create a topic branch for every separate change you make.
  • Update the README.

Author

Gregory Igelmund (@grekko)

Contributors

Thorben Schröder