aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_podcaster/youtube-podcaster.json.sample
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_podcaster/youtube-podcaster.json.sample')
-rw-r--r--youtube_podcaster/youtube-podcaster.json.sample10
1 files changed, 0 insertions, 10 deletions
diff --git a/youtube_podcaster/youtube-podcaster.json.sample b/youtube_podcaster/youtube-podcaster.json.sample
deleted file mode 100644
index d9d078f..0000000
--- a/youtube_podcaster/youtube-podcaster.json.sample
+++ /dev/null
@@ -1,10 +0,0 @@
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}