DIYgod mirror
Go to file
Yufan You 5589b89478
fix(cache): call JSON.stringify when storing value in cache.tryGet (#20671)
* fix(cache): call JSON.stringify when storing value in cache.tryGet

The value is returned as-is, so we may assume that it's not JSON
stringified inside `getValueFunc`. Otherwise, the caller already needs
to distinguish between values that are either JSON parsed or not.

* Revert "fix(routes/mastodon): don't refresh account ID cache (#20663)"

This reverts commit c2cff410fa.

* test: add test

* test: lint
2026-05-07 01:26:11 +08:00
.devcontainer chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
.github chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#21922) 2026-05-06 16:20:21 +08:00
.husky chore(deps-dev): bump husky from 9.0.11 to 9.1.0 (#16200) 2024-07-18 20:04:24 +08:00
.idx chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
assets chore: fix rsshub.js.org not working (#14750) 2024-03-11 23:52:46 +08:00
eslint-plugins style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
lib fix(cache): call JSON.stringify when storing value in cache.tryGet (#20671) 2026-05-07 01:26:11 +08:00
logs
patches fix: update rss-parser patch to support other compressions (#21561) 2026-03-30 22:22:24 +00:00
public chore: try root public for vercel 2025-12-07 00:15:41 +08:00
scripts refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
.codecov.yml chore: enable codecov status for pr 2019-06-13 16:41:09 +08:00
.dockerignore chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
.editorconfig docs(*): add puppeteer budge (#9772) 2022-05-17 19:47:39 +08:00
.envrc fix(.envrc): add --no-pure-eval for devenv flake compatibility (#20692) 2025-12-19 00:00:46 +08:00
.gitignore feat: add Cloudflare Containers deployment support (#20932) 2026-01-20 15:29:13 +08:00
.npmrc chore: set package-manager-strict to false 2024-05-24 02:46:38 +00:00
.oxfmtrc.json style: migrate eslint to oxlint (#21224) 2026-02-28 21:23:11 +08:00
.oxlintrc.ci.json chore: add ignorePatterns in oxlintrc.ci.json 2026-04-30 06:24:46 +08:00
.oxlintrc.json chore(deps-dev): bump eslint-plugin-n from 17.24.0 to 18.0.0 (#21908) 2026-05-06 00:44:55 +08:00
AGENTS.md docs: add review guidelines for codex 2025-12-29 17:42:03 +08:00
CODE_OF_CONDUCT.md chore: fix prettier config 2025-11-27 14:32:29 +08:00
CONTRIBUTING.md fix(core): fix documentation link path and error message links (#15023) 2024-03-30 08:12:12 +00:00
Dockerfile refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
LICENSE docs: update license file 2025-12-28 18:42:39 +08:00
README.md fix(README): update image link 2026-03-17 16:00:00 +08:00
SECURITY.md chore: update outdated chore files 2024-03-09 20:30:59 +08:00
app.json refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
devenv.nix chore: add Nix flake and NixOS module support (#20597) 2025-12-09 19:43:06 +08:00
docker-compose.yml refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
eslint.config.mjs refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
flake.lock chore(deps): bump nixpkgs from `15f4ee4` to `549bd84` (#21927) 2026-05-06 17:07:51 +08:00
flake.nix chore(nix): update dependencies hash to sha256-ht/2DiqV+thWATxu4gC5kjCGND+U1WFxFFhut45DsYg= 2026-05-06 08:51:05 +00:00
fly.toml chore: update fly.toml 2025-06-06 21:38:15 +08:00
package.json chore(deps-dev): bump the cloudflare group with 2 updates (#21921) 2026-05-06 17:57:29 +08:00
pnpm-lock.yaml chore(deps-dev): bump the cloudflare group with 2 updates (#21921) 2026-05-06 17:57:29 +08:00
tailwind.config.js feat: new home page 2024-03-03 17:36:08 +08:00
tsconfig.json chore: add Vercel build configuration 2025-08-10 18:34:16 +08:00
tsdown-container.config.ts chore(deps-dev): bump tsdown from 0.21.9 to 0.21.10 (#21810) 2026-04-29 05:09:46 +08:00
tsdown-lib.config.ts chore: rename again `inlineOnly` -> `deps.onlyAllowBundle` -> `deps.onlyBundle` 2026-03-16 18:24:08 +08:00
tsdown-vercel.config.ts chore: rename again `inlineOnly` -> `deps.onlyAllowBundle` -> `deps.onlyBundle` 2026-03-16 18:24:08 +08:00
tsdown-worker.config.ts chore(deps-dev): bump tsdown from 0.21.9 to 0.21.10 (#21810) 2026-04-29 05:09:46 +08:00
tsdown.config.ts chore: rename again `inlineOnly` -> `deps.onlyAllowBundle` -> `deps.onlyBundle` 2026-03-16 18:24:08 +08:00
vercel.json chore: unpin jsdom (#21505) 2026-03-25 23:16:40 +08:00
vitest.config.ts chore(deps): bump pnpm to v10.27.0 2026-01-07 12:52:21 +08:00
wrangler-container.toml refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00
wrangler.toml refactor: migrate browser automation to Playwright (#21901) 2026-05-04 21:16:18 +08:00

README.md

RSSHub

RSSHub

🧡 Everything is RSSible

docker publish npm publish test Test coverage Visitors

Telegram group Telegram channel X (Twitter)

Introduction

RSSHub is the world's largest RSS network, consisting of over 5,000 global instances.

RSSHub delivers millions of contents aggregated from all kinds of sources, our vibrant open source community is ensuring the deliver of RSSHub's new routes, new features and bug fixes.

RSSHub pairs especially well with Folo, an AI RSS reader for feed discovery and modern reading workflows. The project is also open source on GitHub.

Documentation | Folo | Telegram Group | Telegram Channel | X (Twitter)

  • Folo | An AI RSS reader that works especially well with RSSHub. Source code: GitHub.
  • RSSHub Radar | A browser extension that can help you quickly discover and subscribe to the RSS and RSSHub of current websites.
  • RSSBud | RSSHub Radar for iOS platform, designed specifically for mobile ecosystem optimization.
  • RSSAid | RSSHub Radar for Android platform built with Flutter.
  • DocSearch | Link RSSHub DocSearch into Raycast.
  • Awesome RSSHub Routes | Curated list of RSS feeds and RSSHub routes.

Contribute

We welcome all pull requests. Suggestions and feedback are also welcomed here.

Refer to Quick Start

Deployment

Refer to Deployment

Special Thanks

Logo designer sheldonrrr

              

Author

RSSHub © DIYgod, Released under the AGPL-3.0 License.
Authored and maintained by DIYgod with help from contributors (list).

Blog @DIYgod · GitHub @DIYgod · X (Twitter) @DIYgod · Telegram Channel @awesomeDIYgod