diff options
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 | } | ||
