[Enhancement] Support Multiple YouTube API Keys (#606)

* feat: multiple YouTube API keys

* fix: requested changes
This commit is contained in:
rebel onion
2025-02-10 13:30:28 -06:00
committed by GitHub
parent b62d5c201b
commit 28f0d8ca6e
3 changed files with 85 additions and 10 deletions
@@ -34,9 +34,9 @@
<.input
field={f[:youtube_api_key]}
placeholder="ABC123"
placeholder="ABC123,DEF456"
type="text"
label="YouTube API Key"
label="YouTube API Key(s)"
help={youtube_api_help()}
html_help={true}
inputclass="font-mono text-sm mr-4"