RSSHub/lib/routes/maoyan
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
..
box.ts feat(route): add maoyan (猫眼电影) routes (#20956) 2026-01-24 13:43:07 +08:00
coming.ts feat(route): add maoyan (猫眼电影) routes (#20956) 2026-01-24 13:43:07 +08:00
hot.ts feat(route): add maoyan (猫眼电影) routes (#20956) 2026-01-24 13:43:07 +08:00
namespace.ts feat(route): add maoyan (猫眼电影) routes (#20956) 2026-01-24 13:43:07 +08:00