aboutsummaryrefslogtreecommitdiffstats
path: root/youtube-podcaster.json.example
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-19 21:38:00 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-19 21:38:00 +0200
commit9cc311ca5376bfcbcacf7ac492f5958acfac0682 (patch)
tree451b076d21bbaa477c901b83d325d7360be2cd67 /youtube-podcaster.json.example
parenta7fe15b99d64904855ba2bd3649b1a3642824a75 (diff)
downloadyoutube-podcaster-9cc311ca5376bfcbcacf7ac492f5958acfac0682.tar.gz
youtube-podcaster-9cc311ca5376bfcbcacf7ac492f5958acfac0682.tar.bz2
youtube-podcaster-9cc311ca5376bfcbcacf7ac492f5958acfac0682.zip
Added commandline options and config file
Diffstat (limited to 'youtube-podcaster.json.example')
-rw-r--r--youtube-podcaster.json.example21
1 files changed, 21 insertions, 0 deletions
diff --git a/youtube-podcaster.json.example b/youtube-podcaster.json.example
new file mode 100644
index 0000000..d9b48af
--- /dev/null
+++ b/youtube-podcaster.json.example
@@ -0,0 +1,21 @@
1{
2 "server" : {
3 "interface": "0.0.0.0",
4 "port": 8888
5 },
6
7 "youtube": {
8 "api-key": ""
9 },
10
11 "podcasts": [{
12 "username": "",
13 "playlists": [""]
14 }],
15
16 "downloads": {
17 "format": "vorbis",
18 "path": "/tmp/downloads/",
19 "url": "localhost"
20 }
21}