2 Star 2 Fork 1

shede333 / My-eBook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Calibre

Calibre 是可以把指定的多级网页转换成电子书,例如pdf,mobi等格式
Calibre是一个免费的电子书管理工具,可以兼容Windows, OS X及Linux,令人欣喜的是,除了GUI外,calibre还提供了诸多命令行工具,其中的ebook-convert命令可以根据用户编写的recipes文件(实际是python代码)抓取指定页面内容并生成mobi等格式的电子书。通过编写recipes可以自定制抓取行为,以适应不同的网页结构。

官网:http://calibre-ebook.com/download
开源代码:https://github.com/kovidgoyal/calibre

使用教程

抓取网页内容生成Kindle电子书

在Mac上,ebook-convert脚本命令的位置在 /Applications/calibre.app/Contents/MacOS/ebook-convert
注意:calibre.app是要你自己下载的

其他

现在我这里面也只是抓去了几本书而已,有想要抓电子书的,可以互相学习、请教;

下面的连接是另外一个人收集了很多网站转电子书的脚本:
https://github.com/ericzhang-cn/kindle-open-books

Calibre需要的脚本为__recipe__扩展名的文件,这个文件其实就是__python__脚本,所以我一般先作为Python脚本来编辑,再改扩展名

注意

我的git库的__.gitignore__仅仅指定了几个类型的文件可以收集到版本库,如下:

*
!*.py
!*.recipe
!.gitignore
!*.md
The MIT License (MIT) Copyright (c) 2014 shede333 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

我使用 calibre 生成电子书,这里放的都是脚本 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/shede333/My-eBook.git
git@gitee.com:shede333/My-eBook.git
shede333
My-eBook
My-eBook
master

搜索帮助