diff options
| author | 2015-10-19 21:38:00 +0200 | |
|---|---|---|
| committer | 2015-10-19 21:38:00 +0200 | |
| commit | 9cc311ca5376bfcbcacf7ac492f5958acfac0682 (patch) | |
| tree | 451b076d21bbaa477c901b83d325d7360be2cd67 /youtube-podcaster.json.example | |
| parent | a7fe15b99d64904855ba2bd3649b1a3642824a75 (diff) | |
| download | youtube-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.example | 21 |
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 | } | ||
