Merge pull request #507 from crawlab-team/develop

Develop
This commit is contained in:
Marvin Zhang
2020-02-03 16:47:19 +08:00
committed by GitHub
5 changed files with 2 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ task:
workers: 4
other:
tmppath: "/tmp"
version: 0.4.4
version: 0.4.5
setting:
allowRegister: "N"
notification:

View File

@@ -1,4 +1,3 @@
version: "0.4.4"
name: "toscrapy_books"
start_url: "http://news.163.com/special/0001386F/rank_news.html"
start_stage: "list"

View File

@@ -1,4 +1,3 @@
version: 0.4.4
name: toscrapy_books
start_url: http://www.baidu.com/s?wd=crawlab
start_stage: list

View File

@@ -1,4 +1,3 @@
version: "0.4.4"
name: "toscrapy_books"
start_url: "http://books.toscrape.com"
start_stage: "list"

View File

@@ -1,6 +1,6 @@
{
"name": "crawlab",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --ip=0.0.0.0 --mode=development",