Commit Graph

13147 Commits

Author SHA1 Message Date
Tsuyumi 40bab08529
feat: better error message display (#17477) 2024-11-07 01:55:12 +08:00
Tony 2d1c6cc2e9
feat(route): toutiao video (#17479) 2024-11-07 01:35:20 +08:00
Ethan Shen 9856a2a2fc
fix(route): 华中科技大学研究生院标题不完整 (#17478) 2024-11-07 00:14:20 +08:00
cubroe 9f77cb9348
feat(route): no longer publish date available (#17475) 2024-11-06 23:03:23 +08:00
dependabot[bot] 2e4b8105ad
chore(deps): bump imapflow from 1.0.165 to 1.0.166 (#17470)
Bumps [imapflow](https://github.com/postalsys/imapflow) from 1.0.165 to 1.0.166.
- [Release notes](https://github.com/postalsys/imapflow/releases)
- [Changelog](https://github.com/postalsys/imapflow/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postalsys/imapflow/compare/v1.0.165...v1.0.166)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 05:26:17 -08:00
mocusez 9542f67191
fix(route/sycl): docs example wrong (#17469) 2024-11-06 05:23:54 -08:00
github-actions[bot] f894dfe7fd style: auto format 2024-11-06 10:07:57 +00:00
Tony e17536621c
feat(route): toutiao (#17468)
* feat(route): toutiao

* fix(route): poping undefined

* Apply suggestions from code review
2024-11-06 02:06:00 -08:00
dependabot[bot] c867b53d3a
chore(deps): bump @opentelemetry/exporter-trace-otlp-http (#17472)
Bumps [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) from 0.54.0 to 0.54.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.54.0...experimental/v0.54.1)

---
updated-dependencies:
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 09:06:19 +00:00
dependabot[bot] 9de4165dca
chore(deps-dev): bump @vercel/nft from 0.27.5 to 0.27.6 (#17473)
Bumps [@vercel/nft](https://github.com/vercel/nft) from 0.27.5 to 0.27.6.
- [Release notes](https://github.com/vercel/nft/releases)
- [Commits](https://github.com/vercel/nft/compare/0.27.5...0.27.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 09:02:18 +00:00
dependabot[bot] b54b2fd63c
chore(deps): bump @opentelemetry/exporter-prometheus (#17471)
Bumps [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) from 0.54.0 to 0.54.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.54.0...experimental/v0.54.1)

---
updated-dependencies:
- dependency-name: "@opentelemetry/exporter-prometheus"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 09:01:42 +00:00
Tony 28e84f62ac
feat(route/youtube): cache handle lookup (#17466) 2024-11-06 11:28:53 +08:00
After9 f31071c52f
feat: add route(voting) to Openrice.com (#17443)
* feat: add route for openrice.com

* fix: Optimize the code according to the recommendations of review

* fix: Remove the initial assignment of variable urlPath

* feat: add route(chart) for openrice.com

* Update lib/routes/openrice/namespace.ts

update lang value following the type Namespace

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/routes/openrice/chart.ts

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/routes/openrice/chart.ts

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* remove blank option in ofetch

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* feat: add route(voting) for openrice.com

* adding categoryKey description for Route parameters

---------
2024-11-05 18:06:23 -08:00
bugyaluwang ff1ff8d940
feat(dev): visualize network requests in the development environment on Chrome Devtools's network tab (#17308)
* chore: add node-network-devtools to enhance development experience

* feat(dev): visualize network requests in the development environment on Chrome Devtools's network tab

* chore(deps): update node-network-devtools

* fix: lock error when ci

* chore: update node-network-devtools to v1.0.18

* chore: update node-network-devtools

* chore: use node-network-devtools v1.0.20

* feat: use hook to add custom headers for fetch

* fix: complex method 16

* test: add test for fetch

* fix: test type error

* fix: hard code

* chore(cr): rename the fetch.spec.ts to fetch.test.ts and use exact version

* chore: fix lock error

---------
2024-11-06 04:50:43 +08:00
Andvari 66533f57e8
feat(route/apnews): Enhance live page post extraction. (#17446) 2024-11-06 04:37:29 +08:00
Tsuyumi cf7ce2470b
feat(route/pixiv): add R18 novels support and full content toggle for… (#17391)
* feat(route/pixiv): add R18 novels support and full content toggle for user novels

* fix: information & image placeholders

* refactor: split novels fetching into SFW/NSFW modules and improve type definitions

* feat: add info for sfw

* feat: add radar

* refactor: use jsdom instead of regex

* feat: add limit support for nsfw novels

* docs: rename radar title

* revert: part of #17440
Object.entries(options.searchParams) returns `[]`

* fix: clean up

* feat: early exit when no SFW novels found

* refactor: combine novel parsing logic into utils

* docs: restore pixiv doc link

* feat: cache novel content

* refactor: cleanup

* refactor: full content function

---------
2024-11-06 03:56:50 +08:00
quiniapiezoelectricity 6451863ee9
fix(route/theinitium): Fix wp-block html (#17460) 2024-11-06 03:26:36 +08:00
Tony d64c7620f9
feat(route): daily.dev sources (#17464) 2024-11-06 02:25:45 +08:00
Hanyan Yin ee2f07d17b
docs: typo error of docs (#17463)
* feat(route/ruc/ai): add new route for ai.ruc.edu.cn

* fix:eslint

* fix: use cache

* typo: camelCase

* Update lib/routes/ruc/ai.ts

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update ai.ts

---------
2024-11-06 02:06:24 +08:00
CaoMeiYouRen 7ea07bc945
fix(route): 修复 米游社官方公告 路由的接口错误 (#17461) 2024-11-06 00:33:21 +08:00
dependabot[bot] 9dfeba7ae6
chore(deps-dev): bump vite-tsconfig-paths from 5.0.1 to 5.1.0 (#17454)
Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 23:59:20 +08:00
dependabot[bot] 9c0036b51f
chore(deps-dev): bump @types/node from 22.8.7 to 22.9.0 (#17452)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.7 to 22.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 23:50:36 +08:00
dependabot[bot] d898aae449
chore(deps-dev): bump globals from 15.11.0 to 15.12.0 (#17451)
Bumps [globals](https://github.com/sindresorhus/globals) from 15.11.0 to 15.12.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 23:46:12 +08:00
dependabot[bot] dc434a6f2d
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#17455)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.12.2 to 8.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 23:35:36 +08:00
Tony 827c78b6d1 chore: fix pnpm lockfile 2024-11-05 23:26:39 +08:00
Tony 12e7cf9c36 chore: pin difflib to github tarball in package.json
remove auto commit since it skips tests

related:
https://github.com/dependabot/dependabot-core/issues/7258
https://github.com/dependabot/dependabot-core/issues/7851
https://github.com/dependabot/dependabot-core/issues/10124

https://github.com/pnpm/pnpm/issues/6050
https://github.com/pnpm/pnpm/issues/6530
https://github.com/pnpm/pnpm/issues/8343
2024-11-05 23:20:47 +08:00
CaoMeiYouRen 2c2913bd57
fix(route): 修复 bilibili UP 主动态/用户关注动态 开启内嵌视频 参数错误的问题 (#17462)
fix #17444
2024-11-05 07:02:26 -08:00
dependabot[bot] fe22d59de6
chore(deps-dev): bump @typescript-eslint/parser from 8.12.2 to 8.13.0 (#17457)
* chore(deps-dev): bump @typescript-eslint/parser from 8.12.2 to 8.13.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.12.2 to 8.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 05:45:06 -08:00
dependabot[bot] fe0ebe312d
chore(deps-dev): bump got from 14.4.3 to 14.4.4 (#17453)
* chore(deps-dev): bump got from 14.4.3 to 14.4.4

Bumps [got](https://github.com/sindresorhus/got) from 14.4.3 to 14.4.4.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v14.4.3...v14.4.4)

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

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 05:43:56 -08:00
MachX 41bd7c3c93
fix(route): anime1 incorrect title (#17448) 2024-11-04 22:32:51 -08:00
pink-red bdd5ad4658
fix(route): coomer (#17447)
* Update posts.ts

* Update namespace.ts

* Update utils.ts

* Update artist.ts
2024-11-04 22:13:13 -08:00
pseudoyu b4fece47ed
feat(route/telegram): add mtproxy support for tglib 2024-11-05 12:58:58 +07:00
Andvari 98763316e2
feat(route/nytimes): Add support for EN version (#17442)
* .

* Add description.

* Update rss.ts
2024-11-05 11:14:52 +07:00
Stephen Zhou e7526eada4
fix: get SearchParams string (#17445)
* fix: get SearchParams string

* refactor: use ufo

* lock deps
2024-11-05 11:27:13 +08:00
liyaozhong 0b813e066a
feat(route): add the hamel blog (#17428)
fix(route): fix pr issue
2024-11-05 10:50:37 +08:00
liyaozhong 5d6bc8c55b
feat(route): add the gradient blog (#17427)
fix(route): fix pr issue
2024-11-05 09:43:36 +08:00
Neko Aria 8b7568bf4f
feat(route/yande): extend yande post route with popular category (#17319) 2024-11-05 03:30:44 +07:00
Don Yihtseu 7a11c6bbfa
feat(router/jlu): add JLU Phy (#17323)
* feat(router/jlu): add JLU Phy

* fix(router/jlu): add description

* fix(router/jlu): add parameters and features

* fix(router/jlu): check rule hope this
2024-11-05 01:18:42 +08:00
After9 9783660dd3
feat: add route(chart) for openrice.comOpenrice (#17431)
* feat: add route for openrice.com

* fix: Optimize the code according to the recommendations of review

* fix: Remove the initial assignment of variable urlPath

* feat: add route(chart) for openrice.com

* Update lib/routes/openrice/namespace.ts

update lang value following the type Namespace

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/routes/openrice/chart.ts

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/routes/openrice/chart.ts

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* remove blank option in ofetch

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

---------
2024-11-05 00:42:20 +08:00
Ethan Shen 125124ca87
feat(route): add 飞客会员说 (#17441) 2024-11-05 00:33:50 +08:00
Stephen Zhou 4ffe081eb2
fix(bilibili): video reply (#17440)
* fix(bilibili): video reply

* fix

* update
2024-11-05 00:27:55 +08:00
liyaozhong 01141f94a7
feat(route): add baoyu's blog with complete content (#17439) 2024-11-05 00:23:16 +08:00
Ethan Shen 9faba9e088
feat(route): C114 滚动资讯只看原创 (#17430) 2024-11-05 00:17:40 +08:00
dependabot[bot] b68cfb25bc
chore(deps): bump @hono/node-server from 1.13.3 to 1.13.5 (#17437)
* chore(deps): bump @hono/node-server from 1.13.3 to 1.13.5

Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.13.3 to 1.13.5.
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](https://github.com/honojs/node-server/compare/v1.13.3...v1.13.5)

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

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

* chore: fix pnpm install

* test: trigger tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-05 00:08:02 +08:00
dependabot[bot] 69337120ac
chore(deps): bump hono from 4.6.8 to 4.6.9 (#17432)
* chore(deps): bump hono from 4.6.8 to 4.6.9

Bumps [hono](https://github.com/honojs/hono) from 4.6.8 to 4.6.9.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.6.8...v4.6.9)

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

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

* chore: fix pnpm install

* test: trigger tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 23:46:47 +08:00
dependabot[bot] c6f12c3d75
chore(deps): bump winston from 3.15.0 to 3.16.0 (#17436)
* chore(deps): bump winston from 3.15.0 to 3.16.0

Bumps [winston](https://github.com/winstonjs/winston) from 3.15.0 to 3.16.0.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0)

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

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 07:16:44 -08:00
dependabot[bot] 44a4fc0128
chore(deps-dev): bump @types/node from 22.8.6 to 22.8.7 (#17435)
* chore(deps-dev): bump @types/node from 22.8.6 to 22.8.7

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.6 to 22.8.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 07:03:08 -08:00
dependabot[bot] 2ffbec5e58
chore(deps): bump tldts from 6.1.57 to 6.1.58 (#17433)
* chore(deps): bump tldts from 6.1.57 to 6.1.58

Bumps [tldts](https://github.com/remusao/tldts) from 6.1.57 to 6.1.58.
- [Release notes](https://github.com/remusao/tldts/releases)
- [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/remusao/tldts/compare/v6.1.57...v6.1.58)

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

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 07:02:29 -08:00
dependabot[bot] a5700169a0
chore(deps-dev): bump eslint from 9.13.0 to 9.14.0 (#17434)
* chore(deps-dev): bump eslint from 9.13.0 to 9.14.0

Bumps [eslint](https://github.com/eslint/eslint) from 9.13.0 to 9.14.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/v9.13.0...v9.14.0)

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

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 06:35:11 -08:00
dependabot[bot] 3a2bac7a18
chore(deps-dev): bump @eslint/js from 9.13.0 to 9.14.0 (#17438)
* chore(deps-dev): bump @eslint/js from 9.13.0 to 9.14.0

Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.13.0 to 9.14.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/commits/v9.14.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 06:25:45 -08:00