Skip to content

Commit

Permalink
docs: update supported plan description.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpm authored Oct 18, 2023
1 parent 3efa957 commit b7343a4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Crawl light novel from [哔哩轻小说(linovelib)](https://w.linovelib.com/) an
| 序号 | 网站名称 | 语言 | 爬虫难度 | 支持进度 | 备注 |
| ---- | -------------------- | -------- | -------------------- | ---- | ---- |
| 1 | [哔哩轻小说(Mobile)](https://w.linovelib.com/) | 简/繁 | 中😰 | :ok: | 默认选项。 |
| 2 | [哔哩轻小说(Web)](https://www.linovelib.com/) | 简/繁 | 中😰 | 🚫 | 资源同Mobile,没必要。 |
| 3 | [轻之国度](https://www.lightnovel.us/) | 简/繁 | 高🤣👿 | 🚫 | 需要登录,轻币门槛,导航分类混乱。 |
| 2 | ~~[哔哩轻小说(Web)](https://www.linovelib.com/)~~ | 简/繁 | 中😰 | 🚫 | 资源同Mobile,没必要。 |
| 3 | ~~[轻之国度](https://www.lightnovel.us/)~~ | 简/繁 | 高🤣👿 | 🚫 | 需要登录,轻币门槛,导航分类混乱。暂无计划|
| 4 | [无限轻小说](https://www.8novel.com/) || 中😰 || 不用登录。一章多页。 |
| 5 | [轻小说文库](https://www.wenku8.net/) | 简/繁 | 中😰 || 需要登录。一章一页。 |
| 6 | [轻小说百科](https://lnovel.org/ ) | 简/繁 | 低😆 || 不用登录,一章一页。遗憾的是插图清晰度低|
| 5 | [轻小说文库](https://www.wenku8.net/) | 简/繁 | 中😰 || 不用登录,页面没有鉴权。一章一页。 |
| 6 | ~~[轻小说百科](https://lnovel.org/)~~ | 简/繁 | 低😆 || 不用登录,一章一页。插图清晰度低|
| 7 | [真白萌](https://masiro.me/admin/novels ) | 简/繁 | 中😰 || 需要登录,一章一页。 |

> 爬虫友好度有两个重要指标:
Expand All @@ -49,7 +49,8 @@ Crawl light novel from [哔哩轻小说(linovelib)](https://w.linovelib.com/) an
如果你发现其他的很好轻小说目标源,资源丰富,更新及时,插图清晰,并且爬虫门槛合理的,可以在issue发起补充。

代码实现中对其他轻小说源的支持,关键是继承并重写这个 `BaseNovelWebsiteSpider` 类。
- 其他参考:https://github.com/ilusrdbb/lightnovel-pydownloader
- 真白萌参考:https://github.com/ilusrdbb/lightnovel-pydownloader
- wenku8参考:https://github.com/Montaro2017/bili_novel_packer

## Usage

Expand Down

0 comments on commit b7343a4

Please sign in to comment.