DIYgod
7b65ba69bb
feat: add docusaurus website ( #13039 )
2023-08-15 03:12:12 +01:00
TonyRL
f2c8f0c3fc
feat!: remove dead feeds
...
`/wechat/feeddd/:id`
`/wechat/wxnmh/:id`
`/wechat/feeds/:id`
2023-07-09 15:29:08 +00:00
Rongrong
816d29de46
fix(route/wechat/feeddd): obsolete domain ( #12510 )
...
* fix(route/wechat/feeddd): obsolete domain
Signed-off-by: Rongrong <i@rong.moe>
* Update lib/v2/wechat/radar.js
---------
Signed-off-by: Rongrong <i@rong.moe>
2023-05-15 03:16:43 +08:00
Evan
1a1631ee4d
feat(wechat/sogou): add new route ( #12263 )
...
* feat(wechat/sogou): add new route
* fix: get replace result
* fix(docs): wrong route loc
* fix: alpha order and rader rules
2023-04-09 02:39:01 +08:00
DIYgod
c767e6c7b8
fix: deepscan errors
2023-03-18 21:00:38 +00:00
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
Tony
ca54298e11
feat(route): wechat2rss ( #11874 )
2023-02-15 21:32:33 +08:00
Tony
c6a3ff730b
feat(route)!: remove `/wechat/wemp/:id` ( #11792 )
2023-02-07 04:28:59 +08:00
TonyRL
59dd5ac086
fix: remove radar as well
2023-02-06 20:27:48 +00:00
Yuan68
d5a952a55e
fix(route): 增加BBC和微信(feeddd获取)的favicon ( #10649 )
...
* Update index.js
* Update feeddd.js
2022-08-29 23:52:16 +08:00
任平生
9d9926d0bf
fix(utils): 修复抓取微信已删除文章时遇到的报错 ( #9589 )
...
* fix(utils): 支持微信公众号单图片文章抓取
* fix(utils): 支持输出微信公众号转载文章阅读原文链接
* fix(utils): 修复抓取微信已删除文章时遇到的报错
* refactor: migrate to v2
Co-authored-by: blankyu(于海洋) <blankyu@tencent.com>
2022-04-21 21:40:16 +08:00
Rongrong
cc48b48bc8
feat(route): add wechat/data258 ( #9571 )
...
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-04-20 21:43:34 +08:00
Rongrong
a79cc20ec1
feat(utils): add utils for WeChat MP ( #9487 )
...
Motivation:
There are multiple routes that need to fetch articles from WeChat MP.
However, letting them fetch articles by themselves could potentially
lead to cache key collisions. Even if cache key collisions do not occur,
un-normalized URL could potentially lead to duplicated requests.
What's more, articles from WeChat MP have weird formats and need to be
fixed. Creating a universal function to do this work can create some
ease for new route contributors.
Note:
In order to make this PR atomic as much as possible, I did not touch
those broken routes. Once this PR is merged, I will try to fix them.
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-04-07 21:46:15 +08:00
Rongrong
c9d8450688
fix(route)(wechat/feeddd) ( #8918 )
...
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
2022-02-02 20:36:13 +08:00
Tony
fd3a269a28
feat(route): add feeddd ( #8535 )
2021-11-27 09:04:24 +00:00