summaryrefslogtreecommitdiff
path: root/feed-transmission.example.ini
blob: 857f17719e12207ffdb0d97e55eb5f9146d5083c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; main section
[config]
; comma-delimited list of feeds. Name is used to look up section.
feeds: example.com

; name is not used except by 'feeds' key in 'config' section
[example.com]
; RSS/Atom feed url to fetch
url: https://example.com/rss.php
; number of seconds to delay between fetches of feed
poll_delay: 3600
; 'match'-prefixed items are OR'ed together to form a whitelist of items to
; download. The value should be a regular expression
match1: .*Thread: Some thread
match2: .*Thread: Some other thread