Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dar5hak/fcm-dl

Download issues of Full Circle Magazine
https://github.com/dar5hak/fcm-dl

Last synced: 6 days ago
JSON representation

Download issues of Full Circle Magazine

Awesome Lists containing this project

README

        

# fcm-dl

Download issues of [Full Circle Magazine](http://fullcirclemagazine.org/).

## Usage

Just pass the issue number as an argument.

Download one issue.

```bash
$ ./fcm-dl 7
# issue7_en.pdf
```

Download in another language.

```bash
$ ./fcm-dl -l es 7
# issue7_es.pdf
```

Download in EPUB format.

```bash
$ ./fcm-dl -e 67
# issue67_en.epub
```

## Unlicense

This script is [unlicensed](https://unlicense.org/). Do whatever you want with it.