bookget

来自 Arch Linux 中文维基

bookget 是一款数字古籍图书下载工具,已支持约 50+ 个数字图书馆。

注意: 本文及此项目代码仅供学习研究使用。

安装[编辑 | 编辑源代码]

AUR[编辑 | 编辑源代码]

安装 bookget-gitAUR

手动安装[编辑 | 编辑源代码]

使用官方建议安装方法,执行:

$ wget https://github.com/deweizhu/bookget/releases/download/24.0116/bookget-24.0116.linux-amd64.tar.bz2
$ tar -xvf bookget-24.0116.linux-amd64.tar.bz2
$ cd bookget-24.0116.linux-amd64
# cp bookget /usr/local/bin/

如果您需要 dezoomify,继续执行:

# cp dezoomify-rs /usr/local/bin/

或者,使用源代码编译安装(需要 golang 开发环境):

git clone --depth=1 https://github.com/deweizhu/bookget.git
cd bookget
go build .

用法[编辑 | 编辑源代码]

参见 Wiki

要通过链接下载一本古籍:

$ bookget
Enter an URL:
-> 古籍的 URL

或执行:

$ bookget "古籍 URL"

参见[编辑 | 编辑源代码]