🧐添加特定RSS地址配置项,提高爬取成功率

This commit is contained in:
2024-09-03 21:32:32 +08:00
parent bd8e7f0ab5
commit 9b11eb4a2e
7 changed files with 424 additions and 2204 deletions

View File

@ -10,6 +10,11 @@
## 开发进度
### 2024-09-03
* 添加特定RSS选项用于指定部分友链特殊RSS地址
* 更新文档添加特定RSS选项配置部分
### 2024-08-28
* 日常维护修复issue中提出的时间为空导致错误的情况使用更新时间代替
@ -192,6 +197,22 @@
这部分配置较为复杂,请自行学习使用。
- ** 特定RSS配置 **
用于指定特定友链特殊RSS样例如下
```yaml
specific_RSS:
- name: "Redish101"
url: "https://reblog.redish101.top/api/feed"
# - name: "無名小栈"
# url: "https://blog.imsyy.top/rss.xml"
```
`name`:友链名称,需要严格匹配
`url`该友链对应RSS地址
可以添加多个,如果不需要也可以置空。
2. **贡献与定制:**
欢迎对仓库进行贡献或根据需要进行定制。