We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f88d7 commit beefe69Copy full SHA for beefe69
1 file changed
docs/README.md
@@ -15,7 +15,7 @@
15
16
- `BatchSpider`是一款分布式批次爬虫,对于需要周期性采集的数据,优先考虑使用本爬虫。
17
18
-**feapder**除了支持**断点续爬**、**数据防丢**、**监控报警**外,还支持**浏览器渲染下载**,自定义入库**pipeline**,方便对接其他数据库(默认数据库为msyql,数据可自动入库,无需编写pipeline)
+**feapder**除了支持**断点续爬**、**数据防丢**、**监控报警**外,还支持**浏览器渲染下载**,自定义入库**pipeline**,方便对接其他数据库(默认数据库为Mysql,数据可自动入库,无需编写pipeline)
19
20
读音: `[ˈfiːpdə]`
21
@@ -27,7 +27,7 @@
27
28
## 环境要求:
29
30
-- Python 3.6.0+
+- Python 3.6.0+ 建议64位上使用
31
- Works on Linux, Windows, macOS
32
33
## 安装
0 commit comments