Commit Graph

8450 Commits

Author SHA1 Message Date
dependabot[bot] 03f6cf57ad
chore(deps): bump googleapis from 109.0.1 to 110.0.0 (#11491)
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 109.0.1 to 110.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v109.0.1...googleapis-v110.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 22:51:48 +00:00
dependabot[bot] b71ba96883
chore(deps): bump @sentry/node from 7.28.0 to 7.28.1 (#11492)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.28.0 to 7.28.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.28.0...7.28.1)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 21:07:25 +00:00
dependabot[bot] 01680198e1
chore(deps): bump @sentry/node from 7.27.0 to 7.28.0 (#11483)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.27.0 to 7.28.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.27.0...7.28.0)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 00:15:40 +04:00
Tony 4358fac8bc
fix(route): cnbeta (#11490) 2022-12-23 03:17:04 +08:00
github-actions[bot] 2e6f64c1d1 style: auto format 2022-12-22 17:15:05 +00:00
Rongrong d60d89ea87
feat(core): unify proxy; optimize request-wrapper (#11472)
* feat(core): unify proxy; optimize request-wrapper

Signed-off-by: Rongrong <i@rong.moe>

* Fix DeepScan issue

Signed-off-by: Rongrong <i@rong.moe>

* Simplify protocol existence judgment

Signed-off-by: Rongrong <i@rong.moe>

* chore: regenerate yarn.lock

Signed-off-by: Rongrong <i@rong.moe>
2022-12-23 01:13:01 +08:00
Rongrong 58d00a6917
fix(route/douyin/*): magic needed (#11481)
* fix(route/douyin/*): magic needed

Signed-off-by: Rongrong <i@rong.moe>

* fix: douyin hashtag

* Use Googlebot UA for sub-route 'live'

Signed-off-by: Rongrong <i@rong.moe>

Signed-off-by: Rongrong <i@rong.moe>
2022-12-22 22:36:39 +08:00
Rongrong df521a6f2c
fix(route/twitter/web-api): empty rslt not skipped (#11482)
Signed-off-by: Rongrong <i@rong.moe>

Signed-off-by: Rongrong <i@rong.moe>
2022-12-22 00:04:14 +08:00
Rongrong dc52c0bab7
fix(route/telegram/channel): false unsupported (#11484)
Signed-off-by: Rongrong <i@rong.moe>

Signed-off-by: Rongrong <i@rong.moe>
2022-12-21 20:47:00 +08:00
dependabot[bot] c0c32c6fe8
chore(deps-dev): bump eslint from 8.29.0 to 8.30.0 (#11473)
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.29.0...v8.30.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 00:27:12 +08:00
Fatpandac 781c4270a3
feat(route): add paradigm writing (#11478)
* feat(router): add paradigm writing

* Update lib/v2/paradigm/writing.js

* Update lib/v2/paradigm/writing.js
2022-12-20 22:02:50 +08:00
Rongrong 9264d7afbe
feat(core/utils/puppeteer-utils): Cookie utils (#11471)
Signed-off-by: Rongrong <i@rong.moe>

Signed-off-by: Rongrong <i@rong.moe>
2022-12-20 19:51:33 +08:00
Fatpandac 7838a1e6d8
fix(route): change to use http (#11477) 2022-12-20 18:48:16 +08:00
dependabot[bot] 8c8f9b4b65
chore(deps): bump rand-user-agent from 1.0.94 to 1.0.95 (#11474)
Bumps [rand-user-agent](https://github.com/WebScrapingAPI/rand-user-agent) from 1.0.94 to 1.0.95.
- [Release notes](https://github.com/WebScrapingAPI/rand-user-agent/releases)
- [Commits](https://github.com/WebScrapingAPI/rand-user-agent/commits)

---
updated-dependencies:
- dependency-name: rand-user-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 21:07:58 +00:00
Rongrong 1381377e91
fix(core/utils/puppeteer): proxy-chain error (#11470)
HTTPS/SOCKS proxy is not supported by proxy-chain and will cause an
error unconditionally. If an HTTPS/SOCKS proxy does not need
authentication, explicitly bypassing proxy-chain is a must. If it does
need, making a warning and continuing without proxy seems to be the best
choice.

Signed-off-by: Rongrong <i@rong.moe>

Signed-off-by: Rongrong <i@rong.moe>
2022-12-19 23:39:11 +08:00
CaoMeiYouRen cb210c8c72
feat(route): 新增 腾讯新闻 - 新型冠状病毒肺炎疫情实时追踪 (#11467)
* feat(route): 添加 百度股市通

* fix: 修改 百度股市通 路径

* docs: 添加 百度股市通 文档

* feat: 添加 radar 支持

* fix: 按字母顺序插入新路由

* feat(route): 新增 腾讯新闻 - 新型冠状病毒肺炎疫情实时追踪

* fix: 优化 腾讯新闻 - 新型冠状病毒肺炎疫情实时追踪 的标题

* fix: 修复 腾讯新闻 - 新型冠状病毒肺炎疫情实时追踪 部分情况下的非空判断

* fix: 修复 地区名称标题的问题

* fix: 腾讯新闻 - 新型冠状病毒肺炎疫情实时追踪 的 guid 增加 pubDate

* fix: 修复 腾讯新闻 - 新型冠状病毒肺炎疫情实时追踪 guid 中添加 pubDate

* fix: 修改 腾讯新闻 - 新型冠状病毒肺炎疫情实时追踪 的 title
2022-12-19 19:45:32 +08:00
github-actions[bot] f3b841f4f8 style: auto format 2022-12-18 14:30:48 +00:00
水货 f6ab7b6ac9
feat(route): 增加茂名地方政府网站 (#11239)
* feat(route): 增加茂名地方政府网站

* docs: 删除无关文档

* fix: 删除暂时未使用的路由

* feat: 增加从多个选择器中获取正文的功能

* fix: Avoid unnecessary redirects

* fix: 修复公开目录平台存在未使用的列表元素问题

* fix: 修复茂南页面列表中存在其他网站导致获取到空值的问题

* feat: 增加处理微信文章链接

* fix: 修复公开目录平台存在非文章链接的问题

* docs: 对维护者列表进行排序

* feat: 适配更多茂名政府网站页面

* feat: 适配更多茂名政府网站页面

* fix: 修复茂南的缓存问题

* feat: 使用 API 获取政策解读平台内容

* feat: 政策解读平台模板增加涉企信息

* feat: 政策解读平台模版增加样式

* fix: 修复政策解读平台解读条目缺失换行的问题

* docs: fix missing closing tag

* fix: 修复茂名市相关网站浏览器扩展匹配规则缺失域名部分的问题

* docs: 修改部分要填充内容的描述

* docs: 修改名称与文档一致

* docs: 修改茂名市相关网站层级
2022-12-18 22:29:01 +08:00
dependabot[bot] 6624c1c89d
chore(deps): bump @sentry/node from 7.26.0 to 7.27.0 (#11463)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.26.0...7.27.0)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-17 14:22:55 +08:00
dependabot[bot] 0d5fcb39fb
chore(deps): bump puppeteer from 19.4.0 to 19.4.1 (#11464)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.4.0 to 19.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.4.0...puppeteer-v19.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-16 21:32:18 +00:00
dependabot[bot] a87285c280
chore(deps): bump json5 from 2.2.1 to 2.2.2 (#11462)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-16 21:06:05 +00:00
github-actions[bot] c06ed3ef40 style: auto format 2022-12-16 12:17:03 +00:00
Devin 9ec5d8f72e
fix: Use puppeteer for picuki (#11458)
* Use puppeteer for picuki

* close the browser and the page
2022-12-16 20:14:52 +08:00
Tony 178124ef31
docs: fix badges (#11457) 2022-12-16 04:42:41 +08:00
TonyRL 0aadf5a8be chore: replace set-output command
[skip ci]
2022-12-15 17:57:06 +00:00
miles c3068246f5
feat(route): add VERSE 文化媒體 (#11456) 2022-12-15 20:13:14 +08:00
dependabot[bot] 25c8d12d7d
chore(deps): bump mailparser from 3.6.0 to 3.6.2 (#11455)
Bumps [mailparser](https://github.com/nodemailer/mailparser) from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/nodemailer/mailparser/releases)
- [Commits](https://github.com/nodemailer/mailparser/compare/v3.6.0...v3.6.2)

---
updated-dependencies:
- dependency-name: mailparser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 10:13:51 +00:00
dependabot[bot] dc51f25be9
chore(deps-dev): bump @vercel/nft from 0.22.5 to 0.22.6 (#11454)
Bumps [@vercel/nft](https://github.com/vercel/nft) from 0.22.5 to 0.22.6.
- [Release notes](https://github.com/vercel/nft/releases)
- [Commits](https://github.com/vercel/nft/compare/0.22.5...0.22.6)

---
updated-dependencies:
- dependency-name: "@vercel/nft"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 22:17:12 +00:00
dependabot[bot] a16345ab01
chore(deps): bump twitter-api-v2 from 1.12.9 to 1.12.10 (#11453)
Bumps [twitter-api-v2](https://github.com/plhery/node-twitter-api-v2) from 1.12.9 to 1.12.10.
- [Release notes](https://github.com/plhery/node-twitter-api-v2/releases)
- [Changelog](https://github.com/PLhery/node-twitter-api-v2/blob/master/changelog.md)
- [Commits](https://github.com/plhery/node-twitter-api-v2/compare/1.12.9...1.12.10)

---
updated-dependencies:
- dependency-name: twitter-api-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 22:10:54 +00:00
Tony 0513566d04
fix(core): fix category filtering (#11451) 2022-12-14 23:30:18 +08:00
cayZ 4045f9b81d
fix: radar/rssbud support for baidu (#11450) 2022-12-14 11:59:22 +00:00
shininome a96a1fbe79
fix: bilibili 合集请求链接修改为按照时间排序的 (#11449)
* Update userCollection.js

* Update userCollection.js

修改链接为需要排序
默认的无时间排序导致无法请求最新
2022-12-14 10:50:36 +00:00
dependabot[bot] 38d4a38b95
chore(deps): bump @sentry/node from 7.25.0 to 7.26.0 (#11447)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.25.0 to 7.26.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.25.0...7.26.0)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 22:21:35 +00:00
dependabot[bot] e29bfc7f4d
chore(deps): bump cirrus-actions/rebase from 1.7 to 1.8 (#11448)
Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.7 to 1.8.
- [Release notes](https://github.com/cirrus-actions/rebase/releases)
- [Commits](https://github.com/cirrus-actions/rebase/compare/1.7...1.8)

---
updated-dependencies:
- dependency-name: cirrus-actions/rebase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 22:20:08 +00:00
TonyRL 7edd198b8c chore: ignore more ESM-only packages 2022-12-13 12:01:39 +00:00
dependabot[bot] 3f586ac493
chore(deps): bump re2 from 1.17.8 to 1.18.0 (#11444)
Bumps [re2](https://github.com/uhop/node-re2) from 1.17.8 to 1.18.0.
- [Release notes](https://github.com/uhop/node-re2/releases)
- [Commits](https://github.com/uhop/node-re2/compare/1.17.8...1.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 23:23:21 -04:00
dependabot[bot] 29a9be94d3
chore(deps): bump @sentry/node from 7.24.2 to 7.25.0 (#11443)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.24.2 to 7.25.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.24.2...7.25.0)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 18:50:51 -04:00
dependabot[bot] 520d51c46e
chore(deps): bump rand-user-agent from 1.0.93 to 1.0.94 (#11442)
Bumps [rand-user-agent](https://github.com/WebScrapingAPI/rand-user-agent) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/WebScrapingAPI/rand-user-agent/releases)
- [Commits](https://github.com/WebScrapingAPI/rand-user-agent/commits)

---
updated-dependencies:
- dependency-name: rand-user-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 21:07:18 +00:00
Tony 1ed36ef31d
fix(route): good.news (#11440) 2022-12-13 04:10:03 +08:00
Tony 21115de374
feat(route): caijing (#11439) 2022-12-13 03:24:46 +08:00
Tony f9619615c2
fix(route): pixiv daily ai (#11437) 2022-12-12 23:56:52 +08:00
SunBK201 80fd91b896
feat(route): ymgal game release (#11435)
* feat(route): Add 月幕 Galgame RSS

* fix(route): improve cache and fix radar path

* feat(route): add all type

* docs: fix param

* fix: sort publishTime

* feat(route): ymgal game release

* fix:

* fix: use art-template
2022-12-12 22:51:23 +08:00
dependabot[bot] b55f4f0c08
chore(deps-dev): bump fs-extra from 10.1.0 to 11.1.0 (#11362)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.1.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/10.1.0...11.1.0)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-10 14:22:48 -07:00
Tony 98a4c7ad77
feat(route): sasac (#11433) 2022-12-10 23:36:41 +08:00
dependabot[bot] 867ae20739
chore(deps): bump mailparser from 3.5.0 to 3.6.0 (#11430)
Bumps [mailparser](https://github.com/nodemailer/mailparser) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/nodemailer/mailparser/releases)
- [Commits](https://github.com/nodemailer/mailparser/compare/v3.5.0...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-09 15:07:14 -07:00
dependabot[bot] 6487ad1511
chore(deps): bump got from 11.8.5 to 11.8.6 (#11431)
Bumps [got](https://github.com/sindresorhus/got) from 11.8.5 to 11.8.6.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.5...v11.8.6)

---
updated-dependencies:
- dependency-name: got
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-09 22:05:42 +00:00
Tony 8ed999f1b5
fix(route): researchgate (#11429) 2022-12-10 01:41:37 +08:00
imbytecat cd0b88f1c2
feat: add attachments to shmtu portal feeds with art-template (#11426)
* feat: add attachments to feeds

* fix: use art-template for custom HTML contents

* fix: replace `a` tag with `img` tag
2022-12-09 21:40:00 +08:00
Tony 39d97d3427
feat(route): pen0 (#11427) 2022-12-09 20:54:35 +08:00
Howard Yin e46d6df9a7
fix: Unexpected type of selector #11422 (#11423) 2022-12-09 15:47:32 +05:00