-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.json
42 lines (33 loc) · 995 Bytes
/
config.json
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
{
"yt_data_api_key": "",
"check_interval_minutes": 15,
"ytdl_fmt_selector": "140/141",
"ytdl_write_ext": "m4a",
"ytdl_video_fmt_selector": "22/18",
"ytdl_video_write_ext": "mp4",
"serve_host": "podcasts.example.com",
"serve_port": 8120,
"serve_directory_listings": true,
"podcasts": [
{
"name": "PLA Prank Calls",
"short_name": "pla",
"description": "Single-serve calls",
"yt_channel": "PhoneLosersofAmerica",
"epoch": "2021-06-15"
},
{
"name": "Maru",
"short_name": "maru",
"yt_channel": "UCRVruzlQF5cqpw9jQgIgNdw",
"title_filter": "swing",
"video": true
},
{
"name": "Stevey's Tech Talk",
"short_name": "yegge",
"yt_channel": "https://www.youtube.com/user/SteveYegge",
"title_filter": "\\b(Stevey's Tech Talk|STT)\\b"
}
]
}