fix: yt-dlp'ye YouTube cookie desteği ekle (bot-check bypass)
android player_client YouTube'un "Sign in to confirm you're not a bot" duvarını aşmadı — Coolify sunucusunun IP'si datacenter olarak işaretlenmiş. Kimlik doğrulanmış bir tarayıcı oturumunun cookies.txt'i YTDLP_COOKIES_B64 env değişkeni (Coolify'da ayarlandı, repo'da yok) üzerinden container'a taşınıp /tmp'e yazılıyor ve her yt-dlp çağrısına --cookies olarak veriliyor. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -19,3 +19,10 @@ API_DAEMON_PORT=4001
|
||||
# capturing immediately — useful for testing the pipeline without waiting
|
||||
# for a real scheduled stream.
|
||||
FORCE_LIVE_URL=
|
||||
|
||||
# base64-encoded Netscape-format cookies.txt from a logged-in YouTube session.
|
||||
# Datacenter server IPs increasingly get YouTube's "Sign in to confirm
|
||||
# you're not a bot" bot-check on yt-dlp requests; authenticated cookies
|
||||
# avoid it. Use a throwaway/secondary Google account, not your main one —
|
||||
# this file is a live session credential. Never commit the raw cookies.txt.
|
||||
YTDLP_COOKIES_B64=
|
||||
|
||||
Reference in New Issue
Block a user