Closed wyn-ying closed 3 months ago
扩展两个接口功能:
支持通过/feeds/all.(json|rss|atom)接口和/feeds/:feed对标题进行过滤:使用title_include和title_exclude参数,支持使用|实现多个关键词的 或 逻辑
|
{{ORIGIN_URL}}/feeds/all.atom?title_include=张三 {{ORIGIN_URL}}/feeds/MP_WXS_123.json?limit=30&title_include=张三|李四|王五&title_exclude=张三丰|赵六
{{ORIGIN_URL}}/feeds/all.atom?title_include=张三
{{ORIGIN_URL}}/feeds/MP_WXS_123.json?limit=30&title_include=张三|李四|王五&title_exclude=张三丰|赵六
支持通过/feeds/:feed接口触发单个feedid更新:使用update=true参数
{{ORIGIN_URL}}/feeds/MP_WXS_123.rss?update=true
满足部分用户在 issues 中提到的需求,如允许触发单个公众号的更新,避免全量更新请求过多
希望未来通过wewe-rss-extensions组件,支持到更多扩展功能
感谢大兄弟
修改内容
扩展两个接口功能:
支持通过/feeds/all.(json|rss|atom)接口和/feeds/:feed对标题进行过滤:使用title_include和title_exclude参数,支持使用
|
实现多个关键词的 或 逻辑支持通过/feeds/:feed接口触发单个feedid更新:使用update=true参数
目的
满足部分用户在 issues 中提到的需求,如允许触发单个公众号的更新,避免全量更新请求过多
希望未来通过wewe-rss-extensions组件,支持到更多扩展功能