Update README.md

master
ZouJiu1 2023-07-03 19:37:19 +08:00 committed by GitHub
parent 1195247300
commit 0682c8d5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -65,19 +65,19 @@ pip install -r .\requirement.txt</code><br>
`
python.exe crawler.py --think
`
<br>
**爬取知乎回答**
默认的爬取每篇回答的睡眠时间是**16s**以上,这边实际爬取耗时平均是每篇 **30s**每个图片需要6s
`
python.exe crawler.py --answer
`
<br>
**爬取知乎的article**
默认的爬取每篇article的睡眠时间是**16s**以上这边实际爬取130多篇耗时平均是每篇 **33.096s**每个图片需要6s
`
python.exe crawler.py --article
`
<br>
### 3、三项一起爬取的
`
python.exe crawler.py --think --article --answer