RSSHub/lib/routes/huggingface
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
..
blog-community.ts fix(route/huggingface): restore article list and author parsing (#20599) 2025-12-01 23:57:43 +08:00
blog-zh.ts fix(route/huggingface): restore article list and author parsing (#20599) 2025-12-01 23:57:43 +08:00
blog.ts fix(route/huggingface): restore article list and author parsing (#20599) 2025-12-01 23:57:43 +08:00
daily-papers.ts fix(route/huggingface): restore article list and author parsing (#20599) 2025-12-01 23:57:43 +08:00
namespace.ts feat(route): add lang field in route namespace 2024-11-01 22:09:31 +07:00