arnaucube ad7cae0e1e | 5 years ago | |
---|---|---|
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
go.mod | 5 years ago | |
go.sum | 5 years ago | |
main.go | 5 years ago |
Very simple tool to download articles and convert it to .epub
/.mobi
files.
go build
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.