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