aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_podcaster/youtube-podcaster.json.sample
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-19 21:38:00 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-10-19 21:38:00 +0200
commit9cc311ca5376bfcbcacf7ac492f5958acfac0682 (patch)
tree451b076d21bbaa477c901b83d325d7360be2cd67 /youtube_podcaster/youtube-podcaster.json.sample
parenta7fe15b99d64904855ba2bd3649b1a3642824a75 (diff)
downloadyoutube-podcaster-9cc311ca5376bfcbcacf7ac492f5958acfac0682.tar.gz
youtube-podcaster-9cc311ca5376bfcbcacf7ac492f5958acfac0682.tar.bz2
youtube-podcaster-9cc311ca5376bfcbcacf7ac492f5958acfac0682.zip
Added commandline options and config file
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}