From 2f2bd135d3dfd34cfef327b2d35012cfa2062701 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 10 Oct 2015 22:06:02 +0200 Subject: Initial code import --- youtube-podcaster.json.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 youtube-podcaster.json.sample (limited to 'youtube-podcaster.json.sample') diff --git a/youtube-podcaster.json.sample b/youtube-podcaster.json.sample new file mode 100644 index 0000000..d9d078f --- /dev/null +++ b/youtube-podcaster.json.sample @@ -0,0 +1,10 @@ +{ + "youtube": { + "api-key": "youtube-api-v3-key-here" + }, + + "podcasts": [{ + "username": "youtube-username-here", + "playlists": ["playlist-name-here"] + }] +} -- cgit v1.2.3