Skip to content

Commit 2842960

Browse files
committed
Update README
1 parent 24c9e79 commit 2842960

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ any device in podcast client.
3030
- Runs on Windows, Mac OS, Linux, and Docker.
3131
- Supports ARM.
3232
- Automatic youtube-dl self update.
33+
- Supports API keys rotation.
3334

3435
## Dependencies
3536

@@ -58,9 +59,13 @@ Here is an example how configuration might look like:
5859
port = 8080
5960
data_dir = "/app/data" # Don't change if you run podsync via docker
6061

62+
# Tokens from `Access tokens` section
6163
[tokens]
62-
youtube = "{YOUTUBE_API_TOKEN}" # Tokens from `Access tokens` section
63-
vimeo = "{VIMEO_API_TOKEN}"
64+
youtube = "YOUTUBE_API_TOKEN" # YouTube API Key. See https://developers.google.com/youtube/registering_an_application
65+
vimeo = [ # Multiple keys will be rotated.
66+
"VIMEO_API_KEY_1", # Vimeo developer keys. See https://developer.vimeo.com/api/guides/start#generate-access-token
67+
"VIMEO_API_KEY_2"
68+
]
6469

6570
[feeds]
6671
[feeds.ID1]

0 commit comments

Comments
 (0)