You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# link2epub [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucube/link2epub)](https://goreportcard.com/report/github.com/arnaucube/link2epub)
Very simple tool to download articles and convert it to `.epub`/`.mobi` files.
## Download
- Binary can be: - downloaded from [releases section](https://github.com/arnaucube/link2epub/releases) - compiled with `go build`
## Usage
Needs [calibre](https://calibre-ebook.com/) in order to convert to `.epub` and `.mobi`.
```bash ./link2epub -l https://link.com/to-the-article
// optionally add extension (by default .mobi) ./link2epub -l https://link.com/to-the-article -type mobi ./link2epub -l https://link.com/to-the-article -type epub ```
Thanks to [@dhole](https://github.com/dhole) for the advisment.
|