fix(sidecar): bundle yt_transcript.py in the markitdown image#35
Merged
Conversation
PR #34 added markitdown-sidecar/yt_transcript.py (imported by app.py) but the Dockerfile only COPYied app.py + limits.py, so the deployed image crash-looped on `ModuleNotFoundError: No module named 'yt_transcript'`. Add the new module to the COPY layer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QzC4vKjJBjuAoD1JzyYAWp
syswave-dev
added a commit
that referenced
this pull request
Jun 25, 2026
…metadata on cache hits (#39) Strip 1x1 tracking pixels in cleanDom, add the sciencedaily-lead-image recipe (unwrap #text), and serve the full persisted metadata (og:image/twitter:image, description, author, …) on /api cache hits in both frontmatter and format=json. Batches untagged main commits since v3.1.0: #34 (youtube 429 vs missing transcript), #35 (bundle yt_transcript.py), #37 (X-Transcript-Status). Bumps version to 3.2.0.
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.
Hotfix for a deploy regression from #34.
PR #34 added
markitdown-sidecar/yt_transcript.py(imported byapp.py), but the sidecar Dockerfile onlyCOPYiedapp.py limits.py. The built image therefore crash-loops withModuleNotFoundError: No module named 'yt_transcript'. (The CIbuildjob only builds the image; it doesn't run it, so it stayed green.)Adds
yt_transcript.pyto the COPY layer. Test files stay out of the image, as before.🤖 Generated with Claude Code