RSSHub/lib
Jinghao Tu d81a7b2b32
fix(route/huggingface): restore article list and author parsing (#20599)
* fix(route/huggingface): restore article list and author parsing

- lib/routes/huggingface/blog-zh.ts: Read articles from data.props.allBlogs and construct /blog/zh/:slug links; use authorsData (fullname or name) for author names.
- lib/routes/huggingface/blog.ts: Read articles from data.props.allBlogs and switch author parsing to authorsData (fullname or name); preserve upvotes and thumbnail handling.
- lib/routes/huggingface/daily-papers.ts: Relax selector to read data.props from div[data-target="DailyPapers"] so DailyPapers props can be retrieved.

* fix(route/huggingface): use api instead of http; title is at right property.
2025-12-01 23:57:43 +08:00
..
api style: format 2025-11-27 11:04:48 +08:00
assets
errors style: auto format 2025-11-27 05:54:33 +00:00
middleware style: auto format 2025-11-27 05:54:33 +00:00
routes fix(route/huggingface): restore article list and author parsing (#20599) 2025-12-01 23:57:43 +08:00
routes-deprecated feat(route): add netflix (#20453) 2025-11-09 23:00:07 +08:00
utils style: auto format 2025-11-27 05:54:33 +00:00
views style: auto format 2025-11-27 02:55:46 +00:00
app-bootstrap.tsx style: auto format 2025-11-27 02:55:46 +00:00
app.test.ts style: auto format 2025-11-27 02:55:46 +00:00
app.ts
config.test.ts style: auto format 2025-11-27 02:55:46 +00:00
config.ts style: auto format 2025-11-27 02:55:46 +00:00
index.ts style: auto format 2025-11-27 02:55:46 +00:00
pkg.test.ts style: auto format 2025-11-27 02:55:46 +00:00
pkg.ts style: auto format 2025-11-27 05:54:33 +00:00
registry.test.ts style: auto format 2025-11-27 02:55:46 +00:00
registry.ts style: auto format 2025-11-27 05:54:33 +00:00
route-paths.d.ts fix(core): package mode (#20580) 2025-11-26 20:44:18 +08:00
router.js feat(route): add netflix (#20453) 2025-11-09 23:00:07 +08:00
routes.test.ts style: auto format 2025-11-27 02:55:46 +00:00
server.ts fix(vercel): sync export default hono app (#19989) 2025-09-08 05:28:46 +08:00
setup.test.ts style: auto format 2025-11-27 02:55:46 +00:00
types.ts feat(route/telegram): Fix tglib (#18268) 2025-09-16 21:41:05 +08:00