fix: bgutil-ytdlp-pot-provider ile PO-token duvarını aş
Cookie bot-check'i çözdü ama "The page needs to be reloaded" hatası kalıcıydı — YouTube artık proof-of-origin token da istiyor. Coolify stack'ine brainicism/bgutil-ytdlp-pot-provider sidecar servisi (sc_pot_provider, port 4416) eklendi, api-daemon imajına Python plugin'i kuruldu, her yt-dlp çağrısına --extractor-args youtubepot-bgutilhttp:base_url=... eklendi. ytdlpCookieArgs -> ytdlpAntiBotArgs olarak birleştirildi. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -26,3 +26,10 @@ FORCE_LIVE_URL=
|
||||
# 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=
|
||||
|
||||
# URL of a bgutil-ytdlp-pot-provider HTTP server (see docker-compose.yml
|
||||
# sc_pot_provider). Needed alongside cookies to avoid YouTube's "The page
|
||||
# needs to be reloaded" proof-of-origin token check. In docker-compose this
|
||||
# is auto-set to http://sc_pot_provider:4416; leave blank for local dev
|
||||
# unless you're running the provider yourself.
|
||||
YTDLP_POT_PROVIDER_URL=
|
||||
|
||||
Reference in New Issue
Block a user