Skip to content

Commit

Permalink
chore(TODO): 标记了一些任务
Browse files Browse the repository at this point in the history
  • Loading branch information
shing-yu committed Nov 13, 2023
1 parent ddfaaad commit 91cda1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug_bookinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import re
# 更换阿里源下载chromium
# chromium_downloader.BASE_URL = 'http://mirrors.huaweicloud.com/chromium-browser-snapshots/'

# TODO: 实现DEBUG模式的书籍信息获取代码

async def main():
# 创建一个Pyppeteer的Browser实例
Expand Down
2 changes: 2 additions & 0 deletions src/fanqie_chapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
无论您对程序进行了任何操作,请始终保留此信息。
"""

# TODO: 实现分章模式下载代码

# 导入必要的模块
import requests
from bs4 import BeautifulSoup
Expand Down
3 changes: 3 additions & 0 deletions src/fanqie_epub.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
无论您对程序进行了任何操作,请始终保留此信息。
"""

# TODO: 实现EPUB模式下载代码

import os

# 导入必要的模块
Expand Down

0 comments on commit 91cda1e

Please sign in to comment.