🧐添加特定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

@ -50,3 +50,13 @@ smtp:
server: smtp.qq.com
port: 587
use_tls: true
# 特殊RSS地址指定
# 解释用于指定特殊RSS地址如B站专栏等不常见RSS地址后缀可以添加多个
# name: 友链名称
# url: 指定的RSS地址
specific_RSS:
- name: "Redish101"
url: "https://reblog.redish101.top/api/feed"
# - name: "無名小栈"
# url: "https://blog.imsyy.top/rss.xml"