Commit Graph

5 Commits

Author SHA1 Message Date
Tony 589ddb3a43
refactor(eslint): add back no-return-await (#11877)
* chore: add back no-return-await

* chore: fix action warning

* chore: fix all no-return-await
2023-02-16 04:30:05 +08:00
Felix Hsu 54aea54dd6
fix(route): bloomberg videopage parse error (#11688) 2023-01-25 02:38:21 -08:00
Joshua Peek 44305f529b
fix(route): bloomberg author (#11619)
* Switch bloomberg author feed to html scraper

* Safely resolve relative href

* Prefer WHATWG URL API

* Remove list cache

* Cache article list

* Avoid caching captcha

* Add back rss parser as fallback

* Load author news list from api

* Fallback to rss

* docs: add docs for new params
2023-01-19 22:15:12 +08:00
Joshua Peek b0253d09d8
feat(route): bloomberg by author (#11615)
* Extract asyncPoolAll to utils

* Add bloomberg news by author route

* docs: add docs and radar
2023-01-13 20:25:28 +08:00
Felix Hsu 0397ca9065
feat(route): Add bloomberg rss (#11131)
* bloomberg initial ok

* add lede

* add lede

* video ok

* video fix

* video fix

* fix some

* fix some

* change docs

* anticrawler

* fix deepscan

* change async to 1

* fix null checking

* fix audio

* fix 404 api

* bloomberg fix fallback html

* Delete description.art

Added by mistake

* return fallback item

* comply with reviews

* change to some func

* fix radar

* fix video poster

* merge into oneline

* fix no-await-in-loop with for await ... of loop

* add PX3 ok

* fix deepscan error

* fix features signle page

* fix deepscan

* docs: fix line break
2022-11-01 22:13:44 +08:00