From 0682c8d5dd41d0853f096c4f4d455414990c4595 Mon Sep 17 00:00:00 2001 From: ZouJiu1 <34758215+ZouJiu1@users.noreply.github.com> Date: Mon, 3 Jul 2023 19:37:19 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e380324..dbcd1bf 100644 --- a/README.md +++ b/README.md @@ -65,19 +65,19 @@ pip install -r .\requirement.txt
` python.exe crawler.py --think ` -
+ **爬取知乎回答** 默认的爬取每篇回答的睡眠时间是**16s**以上,这边实际爬取耗时平均是每篇 **30s**,每个图片需要6s ` python.exe crawler.py --answer ` -
+ **爬取知乎的article** 默认的爬取每篇article的睡眠时间是**16s**以上,这边实际爬取130多篇,耗时平均是每篇 **33.096s**,每个图片需要6s ` python.exe crawler.py --article ` -
+ ### 3、三项一起爬取的 ` python.exe crawler.py --think --article --answer