-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy paths21.html
263 lines (254 loc) · 23.2 KB
/
s21.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>Z-library - 奔跑中的奶酪</title>
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="https://www.runningcheese.com/css/markdown.css">
<!--<script type='text/javascript' src='toc.js'></script>-->
<a id="github-fork-ribbon" href="https://www.runningcheese.com/aaa" target="_blank" data-ribbon="查看完整内容!" title="查看完整内容!"></a>
<style> #github-fork-ribbon {width: 12.1em;height: 12.1em;position: absolute;overflow: hidden;top: 0;right: 0;z-index: 9999;pointer-events: none;font-size: 13px;text-decoration: none;}#github-fork-ribbon.fixed {position: fixed;}#github-fork-ribbon:active, #github-fork-ribbon:hover {background-color: rgba(0,0,0,0);}#github-fork-ribbon:after, #github-fork-ribbon:before {position: absolute;display: block;width: 15.38em;height: 1.54em;top: 3.23em;right: -3.23em;box-sizing: content-box;transform: rotate(45deg);}#github-fork-ribbon:before {content: "";padding: .38em 0;background-color: #000;background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.15));box-shadow: 0 .15em .23em 0 rgba(0,0,0,.5);pointer-events: auto;}#github-fork-ribbon:hover:before {background-color: #a00;}#github-fork-ribbon:after {content: attr(data-ribbon);color: #fff;font: 700 1em "Helvetica Neue",Helvetica,Arial,sans-serif;line-height: 1.54em;text-decoration: none;text-shadow: 0 -.08em rgba(0,0,0,.5);text-align: center;text-indent: 0;padding: .15em 0;margin: .15em 0;border-width: .08em 0;border-style: dotted;border-color: #fff;border-color: rgba(255,255,255,.7);}#github-fork-ribbon.left-bottom, #github-fork-ribbon.left-top {right: auto;left: 0;}#github-fork-ribbon.left-bottom, #github-fork-ribbon.right-bottom {top: auto;bottom: 0;}#github-fork-ribbon.left-bottom:after, #github-fork-ribbon.left-bottom:before, #github-fork-ribbon.left-top:after, #github-fork-ribbon.left-top:before {right: auto;left: -3.23em;}#github-fork-ribbon.left-bottom:after, #github-fork-ribbon.left-bottom:before, #github-fork-ribbon.right-bottom:after, #github-fork-ribbon.right-bottom:before {top: auto;bottom: 3.23em;}#github-fork-ribbon.left-top:after, #github-fork-ribbon.left-top:before, #github-fork-ribbon.right-bottom:after, #github-fork-ribbon.right-bottom:before {transform: rotate(-45deg);}</style>
</head>
<body>
<article class="markdown-body">
<p align="center"> <a href="javascript:! function() {%22use strict%22;const e = [%22article%22, %22section%22, %22main%22, %22content%22, %22#article%22, %22.article%22, %22#main%22, %22.main%22, %22#content%22, %22.content%22, %22#post%22, %22.post%22, %22body%22], n = %22h1, h2, h3, h4, h5, h6%22;let _;const l = () => {const o = [];let _ = 0;for (const t of e) if (document.querySelectorAll(t).length) {document.querySelectorAll(t).forEach(t => {t.querySelectorAll(n).forEach(t => {var e;o.push(t), t.id ? t.dataset.headerMark = t.id : (e = %22toc_index_%22 + _++, t.dataset.headerMark = e, t.id = e) }) });break }let l = '<li class=%22toc_menu_item_title%22>目录大纲</li>';if (o.length) {let _ = +o[0].tagName.replace(/H/g, %22%22), n = 0;o.forEach(t => {var e = +t.tagName.replace(/H/g, %22%22);n = n + e - _, n = n < 0 ? 0 : n, _ = e;const o = document.createElement(%22span%22);o.innerText = t.innerText, l += `<li class=%22toc_menu_item toc_header_level_` + n + `%22><a href=%22#` + t.dataset.headerMark + '%22>' + o.innerHTML + `</a></li>` }) }return l += '<li class=%22toc_menu_item_footer%22></li>', l };(() => {const t = document.createElement(%22div%22);_ = t.attachShadow({mode: %22open%22 }), t.id = %22toc_menu_root%22, _.innerHTML = `<style>#toc_menu_root {position: fixed;left: 0;top: 0;max-width: 360px;height: 100%;z-index: 2147483647;backdrop-filter: blur(8px);}#toc_menu_root.toc_hidden {width: 18px;height: 18px;}#toc_menu_root.toc_hidden > ul#toc_menu_list {display: none;}#toc_menu_root > #toc_toggle_button {position: absolute;width: 36px;height: 36px;left: -18px;top: -18px;background: #0063dc;border-radius: 18px;}#toc_menu_root > #toc_toggle_button:hover {background: #0063dc;}#toc_menu_root > ul#toc_menu_list {box-sizing: border-box !important;margin: 0;padding: 24px 18px 18px;height: 100%;overflow: scroll;background: rgba(255, 255, 255, .9);}#toc_menu_root > ul#toc_menu_list > li.toc_menu_item,#toc_menu_root > ul#toc_menu_list > li.toc_menu_item_title,#toc_menu_root > ul#toc_menu_list > li.toc_menu_item_footer {list-style: none !important;margin: 0;padding: 0;font-size: 16px;border-left: 3px solid rgba(255, 255, 255, 0);}#toc_menu_root > ul#toc_menu_list > li.toc_menu_item_title {font-size: 22px;font-weight: 700;border-bottom: 1px solid #CCCCCF;margin-bottom: 5px;color:#000;}#toc_menu_root > ul#toc_menu_list > li.toc_menu_item:hover {background: #F3F3F3;border-left: 3px solid #AAAAAC;}#toc_menu_root > ul#toc_menu_list > li.toc_menu_item > a,#toc_menu_root > ul#toc_menu_list > li.toc_menu_item > a:visited {display: block;padding: 2px .5em;font-size: 16px;font-weight: 400;line-height: 1.6;color: #222226;text-decoration: none;}#toc_menu_root > ul#toc_menu_list > li.toc_menu_item > a:hover,#toc_menu_root > ul#toc_menu_list > li.toc_menu_item > a:active {color: #0063dc;}#toc_menu_root > ul#toc_menu_list > li.toc_header_level_0 > a,#toc_menu_root > ul#toc_menu_list > li.toc_header_level_0 > a:visited {font-weight: 700;}#toc_menu_root > ul#toc_menu_list > li.toc_header_level_1 {padding-left: 1em;}#toc_menu_root > ul#toc_menu_list > li.toc_header_level_2 {padding-left: 2em;}#toc_menu_root > ul#toc_menu_list > li.toc_header_level_3 {padding-left: 3em;}#toc_menu_root > ul#toc_menu_list > li.toc_header_level_4 {padding-left: 4em;}#toc_menu_root > ul#toc_menu_list > li.toc_header_level_5 {padding-left: 5em;}#toc_menu_root > ul#toc_menu_list > li.toc_menu_item_footer {font-size: 14px;color: #99999C;}#toc_menu_root > ul#toc_menu_list > li.toc_menu_item_footer > a {color: #AAAAAE;text-decoration: none;}#toc_menu_root > ul#toc_menu_list > li.toc_menu_item_footer > a:hover {color: #0063dc;}</style><div id=%22toc_menu_root%22><div id=%22toc_toggle_button%22></div><ul id=%22toc_menu_list%22></ul></div>`, document.querySelector(%22html%22).appendChild(t);const e = _.querySelector(%22#toc_menu_root%22), o = _.querySelector(%22#toc_menu_list%22);o.innerHTML = l(), _.querySelector(%22#toc_toggle_button%22).addEventListener(%22click%22, () => {e.classList.toggle(%22toc_hidden%22), e.classList.contains(%22toc_hidden%22) ? o.innerHTML = %22%22 : o.innerHTML = l() }) })() }();void(0);"><img src="https://www.runningcheese.com/css/s21logo.png" width="148" height="148"/></a></p>
<h1 align="center">Z-library</h1>
<p align="center">可能是你见过最全的 Z-library 使用攻略!</p>
<p align="center">最后更新:2023-11-30</p>
<p> </p>
<h2>目录</h2>
<p> </p>
<table>
<thead>
<tr>
<th><strong>▼ 高效搜索指南</strong></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>S01-搜索思路</td>
<td>S02-搜索引擎</td>
<td>S03-<a href="https://mp.weixin.qq.com/s/1h82Xj05a_w24vIl9K9Clg">关键字搜索</a></td>
<td>S04-<a href="https://mp.weixin.qq.com/s/lxNDYTOX5XyexoHesHPRbg">多重搜索</a></td>
<td>S05-<a href="https://mp.weixin.qq.com/s/QHa8ZrGNfQLMbC1dkvJylg">右键搜索</a></td>
</tr>
<tr>
<td><a href="https://mp.weixin.qq.com/s/x4VOK6syRSzwwiWERil_MA">S06-侧边栏搜索</a></td>
<td>S07-聚合搜索</td>
<td>S08-百度搜索</td>
<td>S09-必应搜索</td>
<td>S10-谷歌搜索</td>
</tr>
<tr>
<td>S11-互联网存档</td>
<td>S12-版权协议</td>
<td>S13-以图搜图</td>
<td>S14-<a href="https://www.runningcheese.cn/s14">问答导航</a></td>
<td>S15-<a href="https://www.runningcheese.cn/s15">百科导航</a></td>
</tr>
<tr>
<td>S16-<a href="https://www.runningcheese.cn/s16">BT 导航</a></td>
<td>S17-<a href="https://www.runningcheese.cn/s17">音乐导航</a></td>
<td>S18-<a href="https://www.runningcheese.cn/s18">影视导航</a></td>
<td>S19-<a href="https://www.runningcheese.cn/s19">网盘导航</a></td>
<td>S20-<a href="https://www.runningcheese.cn/s20">软件导航</a></td>
</tr>
<tr>
<td>S21-<a href="https://www.runningcheese.cn/s21">Zlibrary</a></td>
<td>S22-<a href="https://www.runningcheese.cn/s22">电子书导航</a></td>
<td>S23-学术导航</td>
<td>S24-考研导航</td>
<td>S25-学习导航</td>
</tr>
<tr>
<td>S26-生活导航</td>
<td>S27-<a href="https://www.runningcheese.cn/s27">游戏导航</a></td>
<td>S28-工具导航</td>
<td>S29-网站导航</td>
<td>S30-资源导航</td>
</tr>
<tr>
<td>S31-<a href="https://www.runningcheese.cn/s31">图标导航</a></td>
<td>S32-<a href="https://www.runningcheese.cn/s32">Logo导航</a></td>
<td>S33-<a href="https://www.runningcheese.cn/s33">图库导航</a></td>
<td>S34-<a href="https://www.runningcheese.cn/s34">素材导航</a></td>
<td>S35-<a href="https://www.runningcheese.cn/s35">字体导航</a></td>
</tr>
<tr>
<td>S36-壁纸导航</td>
<td>S37-GIF 导航</td>
<td>S38-设计导航</td>
<td>S39-<a href="https://www.runningcheese.cn/s39">音乐素材</a></td>
<td>S40-<a href="https://www.runningcheese.cn/s40">视频素材</a></td>
</tr>
</tbody>
</table>
<p> </p>
<p>2009 年初,Z-library 成立。</p>
<p>2022 年底,Z-library 被封,2023 年初,Z-library 宣布回归。</p>
<p>关于 <strong>Z-library</strong> 的历史,大多就发生在<strong>这前后的两个月里</strong>,而本文,正是要带你<strong>厘清</strong>这两个月里发生的事情。</p>
<p>看懂了,你将拥有一座容量 <strong>31T</strong>,且<strong>永远不会下线</strong>的电子图书馆。</p>
<p> </p>
<h2><strong>一、Z-lib 官方项目</strong></h2>
<p>我们先讲讲 Z-library 的官方渠道,毕竟它已经正式回归。</p>
<p> </p>
<h3>1.1、Z-lib 主页</h3>
<p>2023 年初,Z-library 宣布回归,但换了一种方式。</p>
<p>新版 Z-library 不再有统一的“<strong>主页</strong>”,取而代之的是“<strong>登陆页</strong>”,打开即可注册,但需要“<strong>魔法</strong>”访问。</p>
<p>发布页:<a href="https://zlibrary-redirect.se">https://zlibrary-redirect.se</a></p>
<p>地址 1:<a href="https://singlelogin.re">https://singlelogin.re</a></p>
<p>地址 2:<a href="https://z-library.se">https://z-library.se</a></p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzayzs9j228c1ecb2c.jpg" alt="S21_Zlib"></p>
<p>注册后,系统会自动分配两个“<strong>专属域名</strong>”给你,将它们保存起来,然后就可以用<strong>注册的帐号密码</strong>来登陆了。</p>
<p>注册默认是初级用户,<strong>1 天可下载 10 次</strong>,通过捐赠则可以成为高级用户。</p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzbwvlqj228c1ecket.jpg" alt="S21_Zlib"></p>
<p> </p>
<h3>1.2、Z-lib 扩展</h3>
<p>而 Z-library 最近又推出了<strong>浏览器扩展</strong>,</p>
<p>目前仅支持 Firefox ,它的作用,是用来“<strong>防止失联</strong>”的,只需要点击扩展图标。</p>
<p>就会分配一个“<strong>你当前网络可以访问</strong>”的链接,无需魔法就可以直接访问,比如我的是 <a href="https://zh.z-library.se">https://zh.z-library.se</a>。</p>
<p>也就是说,你再也不怕打不开 Z-lib 了。</p>
<p><strong>扩展下载:</strong></p>
<p>仅支持 Firefox:<a href="https://zh.go-to-zlibrary.se/soft/mozilla-addon-latest.xpi">https://zh.go-to-zlibrary.se/soft/mozilla-addon-latest.xpi</a></p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hgqrz7qw47j228c1ec1au.jpg" alt="7a6a15d5gy1hgqrz7qw47j228c1ec1au"></p>
<p> </p>
<h3>1.3、Z-lib 客户端</h3>
<p>Z-library 官方还推出了 <strong>Windows、macOS、Linux</strong> 的客户端,最新版本可以“<strong>免魔法</strong>”即可直接访问。</p>
<p>地址:<a href="https://zh.go-to-zlibrary.se">https://zh.go-to-zlibrary.se</a></p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hfewqrxb2pj228c1ecnhe.jpg" alt="S21_桌面客户端"></p>
<p> </p>
<h3>1.4、Z-lib 手机端</h3>
<p>Z-library 官方的安卓 APP 一直可用,目前最新版本为 <strong>1.10.1</strong>,<strong>无需要魔法</strong>就能访问。(仅支持安卓)</p>
<p>地址:<a href="https://zh.go-to-zlibrary.se/#android_app_tab">https://zh.go-to-zlibrary.se/#android_app_tab</a></p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hfexj7ximvj22to23cqv6.jpg" alt="S21_Android"></p>
<p> </p>
<h3>1.5、Z-lib 电报机器人</h3>
<p>Z-library 官方的电报机器人分两种:一种是 <strong>Premium bot</strong>,一种是 <strong>Basic bot</strong>。(需要魔法)</p>
<p><strong>Premium bot:</strong></p>
<p>Premium bot 需要捐助过的用户才会拥有,绑定即可使用,地址: <a href="https://t.me/zlibrary2bot">https://t.me/zlibrary2bot</a></p>
<p>在窗口输入<strong>书名、作者名、ISBN、ASIN</strong> 即可返回下载地址。</p>
<p>每天最多可以下载 <strong>60</strong> 次。</p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzcoo1dj22661boqv5.jpg" alt="S21_Zlibbot"></p>
<p><strong>Basic bot:</strong></p>
<p>Basic bot 则是由于 Z-library 频繁被封,所以推出了<strong>个人专属 bot</strong>,和网站主页一样,现在也可以人手一个。</p>
<p>1、点击 Z-library 页面右下角的「Telegram bot」。</p>
<p>2、点击 <a href="https://t.me/BotFather">https://t.me/BotFather</a> 进入 TG。</p>
<p>3、在窗口输入 /newbot。</p>
<p>4、在窗口输入 bot 名称。(可任意输入)</p>
<p>5、在窗口输入 bot 用户名。(不可重复,且必须以 bot 结尾)</p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzdjk29j22661bou0x.jpg" alt="S21_Zlibbot_New"></p>
<p>6、保存生成的 <strong>Token</strong>,并粘贴到之前的网页里即可完成绑定。</p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzefwcij228c1ece81.jpg" alt="S21_Zlibbot_New2"></p>
<p> </p>
<h2>二、Z-lib 民间项目</h2>
<p>下面我们来重点讲一下,在 Z-library 被封的这段时间,互联网上都发生了什么。</p>
<p> </p>
<h3>2.1、Anna's Archive</h3>
<p>在 Z-library 关站之前,有一个叫 <strong>Anna</strong> 的网友爬取了 Z-library 上的所有资源。</p>
<p>原因是 Z-library 起源于 <strong>Libgen</strong>,而她认为 Z-library <strong>后续新增内容却不回流 Libgen</strong> 的做法,不利于知识传播。</p>
<p>于是,在 <a href="http://pilimi.org/">Pirate Library Mirror</a> 上,她放出了采集的 <strong>31T</strong> 电子书资源。</p>
<p>之后, 她又把资源放到了去中心化的 <strong>IPFS</strong> 网络上,还做了个查询网站,这就网站就是“<strong>安娜的档案</strong>”。</p>
<p>地址:<a href="https://zh.annas-archive.org">https://zh.annas-archive.org</a>(可能需要魔法)</p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzgklgtj228c1ec7nd.jpg" alt="S21_Anna"></p>
<p>网站不但支持中文搜索,而且提供了三种下载方式,包括:<strong>Libgen</strong> 下载、 <strong>IPFS</strong> 下载、<strong>TOR</strong> 浏览器下载。</p>
<p>选项里的“<strong>Libgen</strong>”和“<strong>TOR 浏览器</strong>”下载的方法可以忽略。</p>
<p>用“<strong>IPFS 网关</strong>”的下载方法就可以。</p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzh6qasj228c1ec7up.jpg" alt="S21_Anna2"></p>
<p> </p>
<h3>2.2、Book Searcher</h3>
<p>在此这后,国内也开始有效仿 <strong>Anna's Archive</strong> 的网站,网站 <a href="https://bk.hallowlib.org">https://bk.hallowlib.org</a> 是其中的佼佼者。</p>
<p>但是,网站会由于各种原因而打不开。</p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hfewqui25yj228c1ech8y.jpg" alt="S21_BookSearcher"></p>
<p>于是,又有网友将 <strong>Anna's Archive</strong> 数据库做成索引,然后搜索获取 <strong>IPFS CID</strong>,最后通过 <strong>IPFS 网关</strong>下载。</p>
<p>这个项目一开始叫做 <strong>zLib Searcher</strong>,后来则改名为了 <strong>Book Searcher</strong>。</p>
<p>地址:<a href="https://github.com/book-searcher-org/book-searcher">https://github.com/book-searcher-org/book-searcher</a></p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzjdwfbj228c1ec1h2.jpg" alt="S21_BookSearcher3"></p>
<p> </p>
<p>而且,由于 <strong>Book Searcher</strong> 是<strong>开源项目</strong>,很多人在此基础上搭建了各种“<strong>电子书搜索网站</strong>”。</p>
<p>不用登录就可以下载,而且还没任何限制。</p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzjvueej228c1eckbi.jpg" alt="S21_BookSearcher2"></p>
<p>换句话说,几乎所有标记 <strong>Zlib Searcher、Book Searcher</strong> 的应用,还有使用 <strong>IPFS</strong> 下载的应用。</p>
<p>都是来自 <strong>Anna's Archive</strong> 和 <strong>Book Searcher</strong> 的开源。</p>
<p> </p>
<h3>2.3、IPFS 下载</h3>
<p>那有没有什么现成的 <strong>Book Searcher</strong> 项目呢?这里分两种情况,一种是自带 <strong>IPFS 网关</strong>的网站,比如:</p>
<p><strong>地址 1</strong>:<a href="https://www.findbooks.info">https://www.findbooks.info</a></p>
<p><strong>地址 2</strong>:<a href="https://liber3.eth.limo">https://liber3.eth.limo</a></p>
<p><strong>地址 3</strong>:<a href="https://libstc.cc">https://libstc.cc</a></p>
<p><img src="https://fc.sinaimg.cn//large/7a6a15d5gy1hkdcjy6hzvj228c1ec4qq.jpg" alt="S21_Liber3"></p>
<p>但这样的网站,常常会因为版权、资金等各种原因而无法访问。</p>
<p>因此,还有一些网站仅仅支持了搜索功能,要下载的话,则需要用户自行设置 <strong>IPFS 网关</strong>,比如:</p>
<p>地址 1:<a href="https://book-searcher.eu.org">https://book-searcher.eu.org</a></p>
<p>地址 2:<a href="https://zlib.knat.network">https://zlib.knat.network</a></p>
<p>地址 3:<a href="https://24hbook.com">https://24hbook.com</a></p>
<p>你需要先点击网站右上角的“<strong>齿轮</strong>”图标来设置 <strong>IPFS 网关</strong>,常见的网关有:</p>
<p><a href="https://dweb.link">https://dweb.link</a></p>
<p><a href="https://gateway.pinata.cloud">https://gateway.pinata.cloud</a></p>
<p><a href="https://ipfs.best-practice.se">https://ipfs.best-practice.se</a></p>
<p><img src="https://fc.sinaimg.cn//large/7a6a15d5gy1hkddumhloej228c1ec4bh.jpg" alt="S21_IPFS"></p>
<p>然后,点击<strong>任意 IPFS 链接</strong>即可下载。</p>
<p><img src="https://fc.sinaimg.cn//large/7a6a15d5gy1hkddumy8fxj228c1ec1kx.jpg" alt="S21_IPFS2"></p>
<p>那 IPFS 到底是个什么东西呢?</p>
<p>简单的说,<strong>IPFS</strong> 是一个去中心化的网络文件存储系统,也就是 <strong>P2P 系统</strong>。</p>
<p>有了它,Z-library 就不再需要有<strong>中心服务器</strong>,因此可以避免<strong>再次被封站</strong>,文件可以永久地保存在网络上。</p>
<p>至于在哪里找 <strong>IPFS 网关</strong>,你可以用下面的工具来查找,延迟越低的就是越好的那个。</p>
<p><strong>网关检查工具:</strong></p>
<p><a href="https://ipfs.github.io/public-gateway-checker">https://ipfs.github.io/public-gateway-checker</a></p>
<p><a href="https://ipfs-checker.1kbtool.com">https://ipfs-checker.1kbtool.com</a></p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzhtakpj228c1echcb.jpg" alt="S21_Anna3"></p>
<p> </p>
<h2>三、Z-lib 中文项目</h2>
<p>不过,Z-library 毕竟是国外项目,对于中文书籍的收集,并没有做到很好的覆盖。</p>
<p>于是,国内的 <strong>Zhelper</strong> 团队整了一个大项目。</p>
<p> </p>
<h3>3.1、Ylibrary</h3>
<p>Zhelper 团队在 <strong>Book Searcher</strong> 的基础上,又增加了 <strong>Superlib</strong> 超星书库的资源,中文书籍数量大为增加。</p>
<p>然后还把书库命名为了 <strong>Ylibrary</strong>。</p>
<p><img src="https://fc.sinaimg.cn/large/7a6a15d5gy1hb6dzlxsu3j228c1eck4o.jpg" alt="S21_ZhelperSearch"></p>
<p><strong>Ylibrary</strong> 采用了 <strong>API</strong> 接口的模式,并集成在了网站“<strong>易书搜索</strong>”上,算得上是目前<strong>最好的中文电子书搜索引擎</strong>。</p>
<p>不同的是,Ylibrary 采用了“<strong>秒传链接</strong>”的下载方式。</p>
<p>地址 1:<a href="https://search.yibook.org">https://search.yibook.org</a></p>
<p>地址 2:<a href="https://freembook.com">https://freembook.com</a></p>
<p> </p>
<h3>3.2、秒传链接</h3>
<p>什么是秒传链接?</p>
<p>当你用网盘上传文件时,有时 1 秒都不用,然后就上传成功了。</p>
<p>这是因为你上传的文件,在服务器里已经有了,网盘只是“<strong>链接</strong>”了一下,所以文件就“<strong>秒传</strong>”上去了。</p>
<p>正是因为这个特性,网友发明了“<strong>秒传链接</strong>”。</p>
<p><img src="https://fc.sinaimg.cn/large/008vxvgGgy1h85saovoilj31al0u0wh3.jpg" alt="i74_秒传链接"></p>
<p>目前,秒传链接有两种下载方法,一种是用<strong>油猴脚本</strong>,一种是用<strong>帐号 Token</strong> 转存的方法。</p>
<p>使用方法也很简单,几乎一看就会。</p>
<p><strong>油猴脚本:</strong></p>
<p>地址1:<a href="https://greasyfork.org/zh-CN/scripts/468633">https://greasyfork.org/zh-CN/scripts/468633</a></p>
<p>地址2:<a href="https://greasyfork.org/zh-CN/scripts/427628">https://greasyfork.org/zh-CN/scripts/427628</a></p>
<p> </p>
<p><strong>帐号 Token:</strong></p>
<p>地址 1:<a href="https://rapidupload.1kbtool.com">https://rapidupload.1kbtool.com</a></p>
<p>地址 2:<a href="https://rulite.1kbtool.com">https://rulite.1kbtool.com</a></p>
<p>PS:如果遇到下载的电子书格式为 PDG,又或者加密码了,公众号后台回复 <strong>S21</strong> 即可获取对应的转换工具。</p>
<p> </p>
<h2>四、Z-lib 项目选择</h2>
<p>介绍了这么多的 Zlibrary 的项目,要如何选择呢?</p>
<p> </p>
<h3>4.1、首选 Z-library</h3>
<p>Z-library 的优势在于书库集全,各种语言的都有,是目<strong>前最大的数字图书馆</strong>,而且还在<strong>持续增长中</strong>。</p>
<p>并且,Z-library 官方网站还有<strong>收藏夹,评论、书单推荐</strong>等诸多人性化功能。</p>
<p>我们没有理由不优先选择 <strong>Z-library</strong> 官方网站。</p>
<p>不过最好你得有“<strong>魔法</strong>”。</p>
<p> </p>
<h3>4.2、次选 <strong>Book Searcher</strong></h3>
<p>由于 <strong>Anna's Archive</strong> 项目的诞生。</p>
<p>Z-library 2022 年 12 月之前的书库就此开源,再加上 <strong>Book Searcher</strong> 的索引,没有下载限制。</p>
<p>现在,你已经拥有了一座容量 <strong>31T</strong>,而且永远不会下线的电子图书馆。</p>
<p>应该说,你再也不会为找电子书发愁了。 </p>
<p> </p>
<h3>4.3、末选 Ylibrary</h3>
<p>如果你需要查找的是一些<strong>冷门中文书籍</strong>,使用 <strong>Ylibrary(</strong>Z-library 书库 + Superlib 超星书库)搜索。</p>
<p>它算得上是目前<strong>最好的中文电子书搜索引擎</strong>。</p>
<p>你找书成功的几率将大大增加。</p>
</article></div></body></html>