一款简易的小说爬取工具
# 克隆仓库
git clone https://github.com/ScottSloan/Novel-Spider
cd Novel-Spider
# 为提高下载速度,建议更换 pip 国内源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
# 安装所需依赖
pip install -r requirements.txt
- 支持搜索、预览、下载小说
- 可手动选择需要下载的章节
- 使用线程池,大幅提升下载速度