RSSHub/lib
sirius60111 91cd129381
fix(route/xueqiu): fetch today hot list via api.xueqiu.com to bypass WAF (#22689)
The /xueqiu/today route requested statuses/hot/listV2.json on xueqiu.com,
which the Alibaba Cloud WAF blocks (returns a challenge page instead of
JSON), so response.data.items was undefined and the route threw 503.
Switch the endpoint to api.xueqiu.com, which serves the same JSON without
the WAF challenge. Also mark antiCrawler: true.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-13 13:43:03 +08:00
..
api test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
assets
errors test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
middleware test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
routes fix(route/xueqiu): fetch today hot list via api.xueqiu.com to bypass WAF (#22689) 2026-07-13 13:43:03 +08:00
routes-deprecated feat(route): nppa (#22335) 2026-06-25 01:34:49 +08:00
shims chore(deps-dev): bump eslint-plugin-unicorn from 65.0.1 to 66.0.0 (#22274) 2026-06-16 14:43:42 +08:00
utils test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
views test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
app-bootstrap.test.tsx
app-bootstrap.tsx
app.test.ts test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
app.ts
app.worker.tsx
config.test.ts test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
config.ts chore(deps-dev): bump eslint-plugin-unicorn from 65.0.1 to 66.0.0 (#22274) 2026-06-16 14:43:42 +08:00
container.ts
index.test.ts
index.ts
pkg.test.ts
pkg.ts chore(deps-dev): bump eslint-plugin-unicorn from 65.0.1 to 66.0.0 (#22274) 2026-06-16 14:43:42 +08:00
registry-dev.test.ts perf: dx (#22478) 2026-07-09 02:37:41 +08:00
registry-dev.ts perf: dx (#22478) 2026-07-09 02:37:41 +08:00
registry-helpers.ts perf: dx (#22478) 2026-07-09 02:37:41 +08:00
registry.test.ts test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
registry.ts perf: dx (#22478) 2026-07-09 02:37:41 +08:00
route-paths.d.ts
router.js feat(route): nppa (#22335) 2026-06-25 01:34:49 +08:00
server.test.ts test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
server.ts
setup.test.ts chore(deps-dev): bump eslint-plugin-unicorn from 65.0.1 to 66.0.0 (#22274) 2026-06-16 14:43:42 +08:00
types.ts
worker.test.ts test: refactor tests (#22677) 2026-07-10 23:26:43 +08:00
worker.ts chore(deps-dev): bump eslint-plugin-unicorn from 65.0.1 to 66.0.0 (#22274) 2026-06-16 14:43:42 +08:00