Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
fix: 删除多余缩进
Browse files Browse the repository at this point in the history
  • Loading branch information
shing-yu committed Dec 2, 2023
1 parent ac463cd commit 4dc9e4d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/public.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4dc9e4d

Please sign in to comment.