-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.json.sample
54 lines (54 loc) · 1.48 KB
/
config.json.sample
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"debug": 0,
"debugFile": "/data/tatort/debug.log",
"feeds": [
{
"enabled": 1,
"id": "Tatort",
"quality": -1,
"subtitles": 1,
"targetFolder": "/data/tatort/",
"url": "https://classic.ardmediathek.de/tv/Tatort/Sendung?documentId=602916&bcastId=602916&rss=true",
"exclude": [
{
"regexp": ".*H.rfassung.*"
},
{
"regexp": ".*Livestream.*"
},
{
"regexp": ".*Drehbericht zu.*"
},
{
"regexp": ".*TV-Trailer.*"
},
{
"regexp": ".*XL-Vorschau.*"
},
{
"regexp": ".*Die Klassiker:.*"
},
{
"regexp": ".*Making.[oO]f.*"
},
{
"regexp": ".*Tatort - Extra:.*"
}
],
"titleFilters": [
{
"replace": ","
},
{
"replace": " (Video tgl. ab 22 Uhr)"
},
{
"replace": " (Video tgl. ab 20 Uhr)"
}
],
"titlePrependItemDate": 0
}
],
"downloadedFeedItemsDatabase": "downloadedItems.json",
"version": 5
}