added file and link create

This commit is contained in:
2026-02-24 13:41:39 +01:00
parent 005059be84
commit ebafaef335
10 changed files with 3208 additions and 6 deletions

View File

@@ -69,6 +69,10 @@ class Settings(BaseSettings):
redis_url: str = "redis://redis:6379/0"
scheduler_enabled: bool = False # True only on dedicated scheduler container
# YouTube (optional)
youtube_cookies: str = "" # Raw Cookie header value for transcript fetching
transcriptapi_key: str = "" # TranscriptAPI.com key
# Telegram Bot (experimental)
telegram_enabled: bool = False
telegram_bot_token: str = ""