1.3.0 • Published 7 years ago
mebookdl v1.3.0
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 installorbrew 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-downloadandaria2are installed as part of mebookdl post install script.)
Installation
npm install -g mebookdlUsage
Quick check the installation
mebookdl -hBy default mebookdl downloads only azw3 format.
mebookdl -u http://mebook.cc/22827.htmlDownload epub format.
mebookdl -u http://mebook.cc/22827.html -e epubDownload from SoBooks.
mebookdl -u https://sobooks.cc/books/10280.htmlLogin in Baidu account if error occurs
mebookdl -u <url> -e <extension> --login <user:password>Todo
- Make mebookdl a Chrome Extension