This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,15 +95,15 @@ def get_fanqie(url, user_agent): | |
|
||
# 拼接小说内容字符串 | ||
content = f"""如果需要小说更新,请勿修改文件名 | ||
使用 @星隅(xing-yv) 所作开源工具下载 | ||
开源仓库地址:https://github.com/xing-yv/fanqie-novel-download | ||
Gitee:https://gitee.com/xingyv1024/fanqie-novel-download/ | ||
任何人无权限制您访问本工具,如果有向您提供代下载服务者未事先告知您工具的获取方式,请向作者举报:[email protected] | ||
{title} | ||
{info} | ||
{intro} | ||
""" | ||
使用 @星隅(xing-yv) 所作开源工具下载 | ||
开源仓库地址:https://github.com/xing-yv/fanqie-novel-download | ||
Gitee:https://gitee.com/xingyv1024/fanqie-novel-download/ | ||
任何人无权限制您访问本工具,如果有向您提供代下载服务者未事先告知您工具的获取方式,请向作者举报:[email protected] | ||
{title} | ||
{info} | ||
{intro} | ||
""" | ||
|
||
# 获取所有章节链接 | ||
chapters = soup.find_all("div", class_="chapter-item") | ||
|