🧐添加特定RSS地址配置项,提高爬取成功率
This commit is contained in:
10
conf.yaml
10
conf.yaml
@ -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"
|
Reference in New Issue
Block a user