summaryrefslogtreecommitdiff
path: root/feed-transmission.example.json
blob: 497ba3c7f36d8f3207087634680c2cbc5a39ff05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "feeds": [
        {
            "matches": [
                {
                    "value": ".*Thread: Some thread",
                    "white": true,
                },
                {
                    "value": ".*Thread: Some other thread",
                    "white": true,
            ],
            "name": "example.com",
            "poll_delay": 3600,
            "url": "https://example.com/rss.php"
        }
    ]
}