anyflip-downloader

Download anyflip books as PDF
Disclaimer
Only use this tool to download books that officially allow PDFs to be downloaded.
Usage
$ anyflip-downloader <url to book>
To extract the name and use it as the pdf file name:
$ anyflip-downloader <url to book> --extract_name
Installation
You can either download the executable from the release page, install from source or install with the go install
command, which is the recommended way, as it enables easy updating.
For go install
and installation through source, the go tools are required.
To use the go install
command, just run
$ go install github.com/Lofter1/anyflip-downloader@latest