Commit Graph

17 Commits

Author SHA1 Message Date
d6e687d5d1 Update env example 2022-11-16 10:15:49 +08:00
b18af10e75 Import puppeteer-parse in content-fetch 2022-11-16 10:15:49 +08:00
00fed8a0fb Remove content-fetch-gcf and create a Dockerfile for the cloud function 2022-11-16 10:15:49 +08:00
623bb8780c Call puppeteer module from content-fetch 2022-11-16 10:15:49 +08:00
53d6afe25f Fix tests 2022-10-04 10:47:58 +08:00
a9607adfd3 Import content-handler as local dependency 2022-10-03 11:11:24 +08:00
8c61832c77 Import content-handler in content-fetch 2022-09-30 12:51:22 +08:00
cb609d893e Escape HTML entities in puppeteer-parse 2022-09-23 16:40:32 +08:00
d12f3642e6 Bump puppeteer-core from 15.3.2 to 16.1.0
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 15.3.2 to 16.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v15.3.2...v16.1.0)

---
updated-dependencies:
- dependency-name: puppeteer-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 02:15:16 +00:00
610c790a7e do not use puppeteer-extra plugin 2022-07-15 11:09:57 +08:00
bb7ea78e8f Bump puppeteer-core from 13.7.0 to 15.3.2
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 13.7.0 to 15.3.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.7.0...v15.3.2)

---
updated-dependencies:
- dependency-name: puppeteer-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 21:35:51 +00:00
e91f25e58c Bump axios from 0.26.0 to 0.27.2
Bumps [axios](https://github.com/axios/axios) from 0.26.0 to 0.27.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.27.2/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.26.0...v0.27.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:31:14 +00:00
b766e17189 Remove jsdom in content-fetch 2022-05-12 16:48:59 +08:00
9606cd6b28 Remove chrome-aws-lambda dependencies 2022-05-12 16:32:22 +08:00
45a2a1393f Use chrome-aws-lambda args 2022-05-09 20:59:20 +08:00
6f82499deb Merge puppeteer changes 2022-05-09 13:52:40 +08:00
fd934a949e Add a standalone service content fetching 2022-05-08 21:52:36 -07:00