aboutsummaryrefslogtreecommitdiff
path: root/.config/rsspls/feeds.toml
blob: 26099b219200d5c11ecc9b5da3e235eb4ea6f2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[rsspls]
output = "~/.local/share/rsspls/"

[[feed]]
title = "Antmicro blog"
filename = "antmicro_blog.rss"

[feed.config]
url = "https://www.antmicro.com/blog/"
item = "article"
heading = "h2"
link = "h2 a"
summary = "p"
date = "time"

[[feed]]
title = "Renode blog"
filename = "renode_blog.rss"

[feed.config]
url = "https://renode.io/news/"
item = "article"
heading = "h4"
link = "h4 a"
summary = ".note__tease"
date = ".note__date"