File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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:
5859port = 8080
5960data_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 ]
You can’t perform that action at this time.
0 commit comments