diff options
Diffstat (limited to 'youtube_podcaster/youtube-podcaster.json.sample')
| -rw-r--r-- | youtube_podcaster/youtube-podcaster.json.sample | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/youtube_podcaster/youtube-podcaster.json.sample b/youtube_podcaster/youtube-podcaster.json.sample new file mode 100644 index 0000000..d9d078f --- /dev/null +++ b/youtube_podcaster/youtube-podcaster.json.sample | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | { | ||
| 2 | "youtube": { | ||
| 3 | "api-key": "youtube-api-v3-key-here" | ||
| 4 | }, | ||
| 5 | |||
| 6 | "podcasts": [{ | ||
| 7 | "username": "youtube-username-here", | ||
| 8 | "playlists": ["playlist-name-here"] | ||
| 9 | }] | ||
| 10 | } | ||
