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.
arnaucube ad7cae0e1e initial commit 4 years ago
.gitignore initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md initial commit 4 years ago
go.mod initial commit 4 years ago
go.sum initial commit 4 years ago
main.go initial commit 4 years ago

README.md

link2epub Go Report Card

Very simple tool to download articles and convert it to .epub/.mobi files.

Download

Usage

Needs calibre in order to convert to .epub and .mobi.

./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 for the advisment.