Skip to content

Commit

Permalink
Merge pull request #8 from galaxiat/dev
Browse files Browse the repository at this point in the history
Added SSL error ignore + switched from puppeteer to playwright
  • Loading branch information
warstrolo authored May 4, 2022
2 parents b4e11a4 + c50ce81 commit eb97240
Show file tree
Hide file tree
Showing 10 changed files with 411 additions and 511 deletions.
5 changes: 4 additions & 1 deletion .galaxiat.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
],
"crawl_cron" : "* * * * * *",
"crawl_max_num" : 3,
"crawl_queue_num" : 10
"crawl_queue_num" : 10,
"errors" : {
"https" : false
}
}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ To set env use the `GALAXIAT_SERVE_ENV` var
],
"crawl_cron" : "* * * * * *",
"crawl_max_num" : 3,
"crawl_queue_num" : 10
"crawl_queue_num" : 10,
"errors" : {
"https" : false
}
}
```
---
Expand Down
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ start:
npm start
install:
npm install -g .

install_deps:
npm install
remove:
npm remove -g galaxiat.serve.seo
refresh: remove install
Expand Down
Loading

0 comments on commit eb97240

Please sign in to comment.