mebookdl
v1.3.0
Published
mebook (and sobooks) downloader
Downloads
9
Readme
Downloader CLI for mebook.cc
Command line tool for downloading ebooks from http://mebook.cc
Support MacOS only
Now also support https://sobook.cc
Prerequisition
- git
(
xcode-select install
orbrew install git
) - https://github.com/pz325/pan-baidu-download
- python 2.7+
- Requests (
pip install -r requirements.txt
) - aria2 (
brew install aria2
) - (Both
pan-baidu-download
andaria2
are installed as part of mebookdl post install script.)
Installation
npm install -g mebookdl
Usage
Quick check the installation
mebookdl -h
By default mebookdl downloads only azw3
format.
mebookdl -u http://mebook.cc/22827.html
Download epub
format.
mebookdl -u http://mebook.cc/22827.html -e epub
Download from SoBooks.
mebookdl -u https://sobooks.cc/books/10280.html
Login in Baidu account if error occurs
mebookdl -u <url> -e <extension> --login <user:password>
Todo
- Make mebookdl a Chrome Extension