diff options
| author | 2015-10-11 00:15:23 +0200 | |
|---|---|---|
| committer | 2015-10-11 13:29:38 +0200 | |
| commit | f1ddf104809017784aa136ebb8ff7e2cfb96d5f4 (patch) | |
| tree | 42e28ab543cc151658151714d66a9fdd2549cc5e /youtube_podcaster/youtube-podcaster.json.sample | |
| parent | 71fb4d6c853cd3d42178758326b474b225a06425 (diff) | |
| download | youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.gz youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.tar.bz2 youtube-podcaster-f1ddf104809017784aa136ebb8ff7e2cfb96d5f4.zip | |
Changed directory structure to use pyscaffold
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 | } | ||
