Relock yt-dlp to 2026.8.19 to fix YouTube 403 on download - #397
Merged
Conversation
YouTube changed how it serves media streams; the pinned 2026.7.4 build 403s fetching the actual audio stream while yt-dlp's latest release succeeds. Confirmed by reproducing the failure with the old pin and a clean download with the new one against the same video.
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.
Summary
yt-dlp2026.7.4 build 403's fetching the actual audio stream while the latest release succeeds. Reproduced locally: old pin 403's onhttps://www.youtube.com/watch?v=XXXXo, new pin downloads it cleanly.pyproject.toml's floor (>=2026.7.4) already permits this; onlyuv.lockneeded relocking (uv lock --upgrade-package yt-dlp).v0.11.1to sidestep the pending SignPath work onmain. This PR brings the same fix tomainso it isn't lost once SignPath lands and 0.12.0 ships.Test plan
uv run pytest tests/— download/playlist/pipeline-runner tests pass