aboutsummaryrefslogtreecommitdiffstats
path: root/youtube-podcaster.json.sample
blob: d9d078f54b5bba184101b19b9c9a2b2d09569718 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "youtube": {
        "api-key": "youtube-api-v3-key-here"
    },

    "podcasts": [{
        "username": "youtube-username-here",
        "playlists": ["playlist-name-here"]
    }]
}