提交 8bfd0ebf 编写于 作者: W wizardforcel

2022-08-20 21:29:33

上级 3f5012ba
......@@ -146,7 +146,7 @@ def main():
update_config(user_cfg)
if config['selenium']:
crawl_sele(args)
crawl_sele()
return
toc = get_toc_from_cfg()
......
......@@ -138,7 +138,7 @@ def create_driver():
return driver
def crawl_sele(args):
def crawl_sele():
articles = [{
'title': config['name'],
'content': f"<p>来源:<a href='" + config['url'] + "'>" + config['url'] + "</a></p>"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册