chore(potoken): unpin bgutil + auto-update it with yt-dlp at runtime#107
Merged
Conversation
The storyboard-only wall on age-restricted videos is YouTube's anti-bot enforcement; the realistic path to it working is a newer po_token implementation. So stop pinning bgutil: unpin the plugin in requirements (each build pulls latest) and add it to the entrypoint's `pip -U` alongside yt-dlp so the plugin stays matched with the (already auto-updated) yt-dlp on every restart. The bundled provider already rebuilds from :latest each image build. No behavior change today (1.3.1 is current); this just lets the ecosystem's fixes land automatically. 321 passed; image boots with provider ready. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per the user's request — the storyboard-only wall on age-restricted videos is YouTube's anti-bot enforcement, and the realistic path to it working is a newer po_token implementation. So stop pinning bgutil:
bgutil-ytdlp-pot-provider(each image build pulls latest, matched with the:latestprovider image).pip -Uso it auto-updates with yt-dlp on every restart, keeping the two matched.No behavior change today (1.3.1 is current) — this just lets bgutil's future fixes land automatically instead of waiting on a manual re-pin. 321 passed; rebuilt image boots with
po_token provider ready.🤖 Generated with Claude Code