DIYgod mirror
Go to file
jxtan 71d5ded520
feat(route): add maoyan (猫眼电影) routes (#20956)
* feat(route): add LinuxDo RSS routes

- Add /linux-do/posts route for latest posts
- Add /linux-do/top/:period route for trending topics with period filter
- Optimize /linux-do/latest route
- Update namespace documentation with descriptions
- Handle Zstandard compression by using Accept-Encoding: identity

* revert: remove linux-do routes (PR rejected)

* feat(route): add codefather (编程导航) routes

- Add posts route with hot/new/recommend sorting and category filter
- Add questions route with new/hot sorting
- Support for 编程导航 programming community

* fix: address all PR review comments

- Reorder path params: category before sort
- Remove config.trueUA (not needed)
- Use upvotes/comments fields instead of description
- Remove title slicing
- Change default sort to 'new'
- Remove title from description
- Remove content truncation

* feat(route): add maoyan (猫眼电影) routes

Add three new routes for Maoyan:
- /maoyan/box - Real-time box office ranking
- /maoyan/hot - Currently showing movies
- /maoyan/coming - Upcoming movies

* fix: address PR review comments

- Remove author field from box.ts (releaseInfo is not author)
- Remove unnecessary mobile User-Agent from coming.ts and hot.ts
2026-01-24 13:43:07 +08:00
.devcontainer chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
.github chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#20959) 2026-01-23 21:51:56 +08:00
.husky
.idx chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
assets
eslint-plugins feat: more nsfw flag 2025-09-30 12:30:30 +08:00
lib feat(route): add maoyan (猫眼电影) routes (#20956) 2026-01-24 13:43:07 +08:00
logs
patches fix(deps): patch rss-parser to support gzip (#20619) 2025-12-03 04:11:56 +08:00
public chore: try root public for vercel 2025-12-07 00:15:41 +08:00
scripts refactor: deploy all routes to Cloudflare Workers (#20809) 2026-01-04 17:33:55 +08:00
.codecov.yml
.dockerignore chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
.editorconfig
.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
.oxfmtrc.json chore: migrate to oxfmt (#20735) 2026-01-13 00:06:06 +08:00
.puppeteerrc.cjs
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
Dockerfile fix(deps): patch rss-parser to support gzip (#20619) 2025-12-03 04:11:56 +08:00
LICENSE docs: update license file 2025-12-28 18:42:39 +08:00
README.md docs: update license 2025-12-28 18:39:22 +08:00
SECURITY.md
app.json
babel.config.js
devenv.nix chore: add Nix flake and NixOS module support (#20597) 2025-12-09 19:43:06 +08:00
docker-compose.yml fix(route/picnob): use puppeteer-real-browser to pass cf check (#20478) 2025-11-14 15:32:09 +08:00
eslint.config.mjs style: replace unicorn/no-for-loop w/ typescript/prefer-for-of (#20798) 2026-01-02 09:42:24 +08:00
flake.lock chore: add Nix flake and NixOS module support (#20597) 2025-12-09 19:43:06 +08:00
flake.nix refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
fly.toml chore: update fly.toml 2025-06-06 21:38:15 +08:00
package.json chore(deps-dev): bump wrangler from 4.59.3 to 4.60.0 (#20960) 2026-01-23 21:36:41 +08:00
pnpm-lock.yaml chore(deps-dev): bump wrangler from 4.59.3 to 4.60.0 (#20960) 2026-01-23 21:36:41 +08:00
tailwind.config.js
tsconfig.json chore: add Vercel build configuration 2025-08-10 18:34:16 +08:00
tsdown-container.config.ts feat: add Cloudflare Containers deployment support (#20932) 2026-01-20 15:29:13 +08:00
tsdown-lib.config.ts refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
tsdown-vercel.config.ts refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
tsdown-worker.config.ts refactor: deploy all routes to Cloudflare Workers (#20809) 2026-01-04 17:33:55 +08:00
tsdown.config.ts refactor: replace art template with jsx (#20777) 2025-12-29 12:27:32 +08:00
vercel.json chore: fix art template on vercel (#20647) 2025-12-08 00:21:14 +08:00
vitest.config.ts chore(deps): bump pnpm to v10.27.0 2026-01-07 12:52:21 +08:00
wrangler-container.toml feat: add Cloudflare Containers deployment support (#20932) 2026-01-20 15:29:13 +08:00
wrangler.toml refactor: deploy all routes to Cloudflare Workers (#20809) 2026-01-04 17:33:55 +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.

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

  • 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

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