mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-30 16:55:08 +08:00
facc6d543c
* feat(route): add linkedin company posts - basic setup path: /linkedin/company/google/posts * feat(route): linkedIn company post returns realworld data * fix: InvalidDate issue for pubDate * refactor: to using arrow function for handler * feat: add feed description * chore: update parameter company_id description remove trailing white space * perf: add await to puppeteer page.close() * perf: close puppeteer browser missed this step in previous commits * perf: load response in cheerio only once