From 28429607cd82bc12681f7dd37ee738fba2b43825 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Mon, 20 Apr 2020 21:06:51 -0700 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80a4ae7..4e0d249 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ any device in podcast client. - Runs on Windows, Mac OS, Linux, and Docker. - Supports ARM. - Automatic youtube-dl self update. +- Supports API keys rotation. ## Dependencies @@ -58,9 +59,13 @@ Here is an example how configuration might look like: port = 8080 data_dir = "/app/data" # Don't change if you run podsync via docker +# Tokens from `Access tokens` section [tokens] -youtube = "{YOUTUBE_API_TOKEN}" # Tokens from `Access tokens` section -vimeo = "{VIMEO_API_TOKEN}" +youtube = "YOUTUBE_API_TOKEN" # YouTube API Key. See https://developers.google.com/youtube/registering_an_application +vimeo = [ # Multiple keys will be rotated. + "VIMEO_API_KEY_1", # Vimeo developer keys. See https://developer.vimeo.com/api/guides/start#generate-access-token + "VIMEO_API_KEY_2" +] [feeds] [feeds.ID1]