Commit Graph

286 Commits

Author SHA1 Message Date
Yingjie Ye d03b2c41bc
feat(route): Add script sorting for greasyfork (#13908)
* feat(route): Add script sorting for greasyfork

* feat: add pubDate and author

---------
2023-12-01 21:01:25 +08:00
DIYgod e30c50694c
feat: support remote config 2023-12-01 11:19:00 +08:00
DIYgod 46300f5699
docs: rename selfhost to configRequired 2023-12-01 10:36:02 +08:00
dependabot[bot] 3dbb42f9af
chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 in /website (#13846)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2)

---
updated-dependencies:
- dependency-name: typescript
  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>
2023-11-30 22:36:24 +00:00
dependabot[bot] 3882eedfbe
chore(deps): bump the docusaurus group in /website with 7 updates (#13931)
Bumps the docusaurus group in /website with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.0.0` | `3.0.1` |
| [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects) | `3.0.0` | `3.0.1` |
| [@docusaurus/plugin-pwa](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-pwa) | `3.0.0` | `3.0.1` |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.0.0` | `3.0.1` |
| [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) | `3.0.0` | `3.0.1` |
| [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) | `3.0.0` | `3.0.1` |
| [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) | `3.0.0` | `3.0.1` |


Updates `@docusaurus/core` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus)

Updates `@docusaurus/plugin-client-redirects` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-plugin-client-redirects)

Updates `@docusaurus/plugin-pwa` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-plugin-pwa)

Updates `@docusaurus/preset-classic` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-preset-classic)

Updates `@docusaurus/module-type-aliases` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-module-type-aliases)

Updates `@docusaurus/tsconfig` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-tsconfig)

Updates `@docusaurus/types` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-types)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: "@docusaurus/plugin-client-redirects"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: "@docusaurus/plugin-pwa"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: "@docusaurus/module-type-aliases"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: "@docusaurus/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: "@docusaurus/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docusaurus
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 22:03:13 +00:00
TonyRL 9c8190f78b docs: use react router's `<Link>` component
refs: https://docusaurus.io/docs/docusaurus-core#link
2023-11-30 18:51:00 +00:00
DIYgod 7e8ea4ac69
docs: add a target 2023-12-01 02:24:09 +08:00
TonyRL f9cda41946 docs: format docs using markdownlint-cli2 2023-11-30 18:07:46 +00:00
bear&cat 9bfb86672b
feat(route): add 墨天轮 (#13916)
Co-authored-by: fyoylf <fyoylf@gmail.com>
2023-12-01 00:29:49 +08:00
iClaud f3bf25ffd7
feat(route): Add 微博热搜内容摘要 (#13764)
* fuliba added

* style: auto format

* doc refine for fuliba

* update per lint info

* fix some title and style

* update per SSRF concern comment

* update per SSRF concern during review

* Update lib/v2/fuliba/radar.js

Per comment on naming of title

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

* Update website/docs/routes/new-media.mdx

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

* turn to wordpress api

* Update website/docs/routes/new-media.mdx

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

* wip for fulltext weibo hot

* refine details and doc

* weibo content for hot

* remove emoji img as not friendly while being handled by some reader tool

* format refinement

* fix single card link address

* update per review comment

* doc update

* fetch picture with additional flag

* minor format adjustment

* Update doc with refined example

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

* get full picture opition as well

---------

Co-authored-by: shinemoon <shinemoon@foxmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-30 23:29:58 +08:00
github-actions[bot] a97becb810 style: auto format 2023-11-30 14:26:21 +00:00
Summer⛱ 67bb2fa347
feat(route): 番组计划用户想看 (#13922)
* feat(route): 番组计划用户想看

* add pubdate attr

* fix
2023-11-30 22:23:23 +08:00
Vincent Jarvis 5aa726d658
docs: Update InstanceList.tsx (#13926)
add a publish rsshub
2023-11-30 12:01:13 +00:00
dependabot[bot] 5abb6eed47
chore(deps): bump pinyin-pro from 3.18.2 to 3.18.3 in /website (#13921)
Bumps [pinyin-pro](https://github.com/zh-lx/pinyin-pro) from 3.18.2 to 3.18.3.
- [Release notes](https://github.com/zh-lx/pinyin-pro/releases)
- [Changelog](https://github.com/zh-lx/pinyin-pro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zh-lx/pinyin-pro/compare/3.18.2...3.18.3)

---
updated-dependencies:
- dependency-name: pinyin-pro
  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>
2023-11-29 21:38:31 +00:00
github-actions[bot] dc914fa3b5 style: auto format 2023-11-29 20:10:12 +00:00
Tony 8f236d2759
feat(route): authless instagram (#13920)
* feat(route): authless instagram

* docs: prefer instagram gen2 route
2023-11-30 04:08:27 +08:00
DIYgod 52fbf7cdb2
docs: add config page 2023-11-30 03:10:46 +08:00
Ethan Shen e6770d35af
fix(route): 国家药品监督管理局医疗器械标准管理中心 (#13919)
* fix(route): 国家药品监督管理局医疗器械标准管理中心

* fix: radar path matching

---------
2023-11-30 00:59:49 +08:00
TonyRL a322dae132 docs: clickable contributors
refs: https://docs.opencollective.com/help/collectives/collective-settings/data-export#contributor-image
2023-11-29 16:07:12 +00:00
pseudoyu ddebef8228
docs: add pseudoyu instance (#13918) 2023-11-29 23:05:39 +08:00
DIYgod 9032153c7d
feat: bring back twitter routes 2023-11-29 21:50:26 +08:00
Fatpandac c5700979c3
docs: add new instances (#13911) 2023-11-29 08:59:13 +00:00
Yuhang ee901f8695
docs: Add Zeabur instance (#13904) 2023-11-29 06:38:06 +00:00
Henry Wang 3a5488acdc
feat: Support RSS3 UMS output format (#13900)
* feat: support RSS3 UMS output

also optimized middleware/template

* fix: rss3_ums function name

* feat: handle current timestamp in UMS

* feat: add authors

* chore: update UMS type

* chore(deps-dev): bump @types/react from 18.2.37 to 18.2.38 in /website (#2249)

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

---
updated-dependencies:
- dependency-name: "@types/react"
  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>

* chore(deps-dev): bump @types/markdown-it in /website (#2250)

Bumps [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) from 13.0.6 to 13.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

---
updated-dependencies:
- dependency-name: "@types/markdown-it"
  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>

* chore(deps-dev): bump @types/react-dom in /website (#2252)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.15 to 18.2.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  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>

* chore(deps-dev): bump @types/react-dom in /website (#2255)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.16 to 18.2.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  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>

* Update lib/middleware/template.js

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

* Update lib/middleware/template.js

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

* Update lib/utils/render.js

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

* Update lib/views/rss3-ums.js

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

* Update lib/views/rss3-ums.js

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

* Update lib/utils/render.js

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

* doc: update UMS related docs

* Update parameter.md

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

* Update parameter.md

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 01:32:24 +08:00
DIYgod 82cf5c7453
docs: add public instances 2023-11-29 00:03:56 +08:00
Ethan Shen 89ce36ffcf
feat(route): add 广东省食品药品审评认证技术协会 (#13890) 2023-11-28 00:23:57 +00:00
dependabot[bot] 1f00f0f0d6
chore(deps-dev): bump @types/react from 18.2.38 to 18.2.39 in /website (#13891)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.38 to 18.2.39.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  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>
2023-11-27 21:50:32 +00:00
github-actions[bot] 08c88c2c71 style: auto format 2023-11-27 14:48:16 +00:00
Andvari 92475ea34b
fix(route/harvard): replace selector (#13889)
* Update blog.js

* refactor: migrate to v2

---------
2023-11-27 22:46:27 +08:00
github-actions[bot] 137dd2860c style: auto format 2023-11-26 20:14:51 +00:00
lchtao26 be74209c6c
feat(route/秀动网): add more routes (#13884)
* feat(route): add artist route

* feat(route): add brand route

* chore: merge '/params' route into '/search' route

* chore: fix and clean code

* chore: sort new entries in alphabetical order.

* chore: add new routes in maintainer

* chore: sort maintain entries in alphabetical order.

* fix: fix event route
2023-11-26 20:12:52 +00:00
Ethan Shen ffaca71061
feat(route): add 中华人民共和国交通运输部 (#13886)
* feat(route): add 中华人民共和国交通运输部

* fix: url redirect

---------
2023-11-26 01:48:14 +08:00
DIYgod 2272f7d42d
docs: fix uniqlo example 2023-11-25 23:31:06 +08:00
github-actions[bot] 2cfde2ce5e style: auto format 2023-11-25 14:53:16 +00:00
DIYgod 8cb3214a42
feat: add uniqlo new arrival route (#13885) 2023-11-25 22:51:32 +08:00
nightmare-mio 15b41aee31
feat(route): 添加bilibili会员购票务路由(#13618) (#13880)
* add router 关于bilibili票务

* bilibili票务基础模板

* add bilibili会员购票务 maintainer

* add cookie

* doc文档,radar

* add 补充内容

* 修改doc条目顺序,优化代码

* fix:修复doc文旦错误,移除作者备注

* fix: delete radar.js中的多余文字

* fix: 修复错误
2023-11-25 22:08:00 +08:00
Tony 20c284f80b
feat(route/google): Add Google Alerts (#13881) 2023-11-25 05:16:11 +08:00
lchtao26 bb589044a0
feat(route/秀动网): add '/params' route for route params look up, add more detail into '/event' feed item description (#13879)
* change '/search/:keyword' to optional

* feat: add more info to description

* feat: add '/params/city' and '/params/style' for params look up

reason for adding this route:

it's hard to find route params in url, expecially in mobile mode, the
wap.showstasrt.com website url doesn't match the shows city and style

* chore: implement sortBy and uniqBy

* chore: move sortBy, uniqBy to utils
2023-11-25 01:05:35 +08:00
Yu Fan 6c3eb6d0a8
feat(route): add 量子位 (#13874)
* feat(route): add 量子位

* Initial commit

* fix(route): replace xml2js with rss-parser

* Apply suggestions from code review

* docs: move to new-media

---------
2023-11-24 22:35:14 +08:00
github-actions[bot] 9327864302 style: auto format 2023-11-23 18:05:54 +00:00
lchtao26 3c8755810c
feat(route): add 秀动网 (#12489) (#13866)
* feat(route): add 秀动网 (#12489)

* docs(maintainer): amend route path

* update(route/showstart): remove 'keyword' param in '/event' path, add tags to xml title

* refactor(route/showstart): extract service method

* update(showstart/route): add '/search' path

* update(route/showstart): add title for '/search' path, clean code

* Update website/docs/routes/shopping.mdx

* Update lib/v2/showstart/radar.js

* Update lib/v2/showstart/radar.js

* update(route/showstart): add request utils

* update(showstart): use web api

* update(showstart): add event tags

* update(showstart): change pageSize

* fix: add a note to crpsign calculation

---------
2023-11-24 02:04:06 +08:00
Tony a31ee13533
feat(route/threads): ditch puppeteer (#13875) 2023-11-24 01:57:31 +08:00
Ethan Shen dd1fcefbf0
feat(route): add 厦门网新闻 (#13868)
* feat(route): add 厦门网新闻

* fix url
2023-11-24 00:25:48 +08:00
github-actions[bot] 291d3ee3da style: auto format 2023-11-23 15:36:05 +00:00
nightmare-mio 2e172d2451
feat(route): add 豆瓣网站中关于某书的论坛页面(#13838) (#13850)
* add (#13838)

* 优化

* 添加文档

* delete no、删除评论的编号

* add index;添加了评论的编号

* add maintainer

* add radar
2023-11-23 23:34:18 +08:00
github-actions[bot] 0a7537af70 style: auto format 2023-11-23 13:24:27 +00:00
Wang Yuhan 96e73ff36e
feat(route): add counterstrike match results from liquipedia (#13855)
* feat(route): add counterstrike match results from liquipedia

* format

* fix: keep pubDate undefined

* fix: unique guid

* fix: docs

* fix: remove unreachable defaults

* refactor: migrate to v2

---------
2023-11-23 21:22:37 +08:00
dependabot[bot] 7eb8cbc7fb
chore(deps-dev): bump @types/react-dom in /website (#13870)
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.16 to 18.2.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  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>
2023-11-22 22:01:33 +00:00
dependabot[bot] 5ef71a0033
chore(deps): bump prism-react-renderer from 2.2.0 to 2.3.0 in /website (#13857)
Bumps [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases)
- [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/prism-react-renderer@2.2.0...prism-react-renderer@2.3.0)

---
updated-dependencies:
- dependency-name: prism-react-renderer
  dependency-type: direct:production
  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>
2023-11-21 21:40:14 +00:00
dependabot[bot] e4df78ff5c
chore(deps-dev): bump @types/react from 18.2.37 to 18.2.38 in /website (#13856)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.37 to 18.2.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  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>
2023-11-21 21:38:19 +00:00