mebookdl

1.3.0 • Public • Published

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 or brew 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 and aria2 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

Readme

Keywords

none

Package Sidebar

Install

npm i mebookdl

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

12.2 kB

Total Files

8

Last publish

Collaborators

  • pz325