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