← back to Tiktok Architect
fix(tt-transcript): shell syntax error in audio-download fallback branch (stray leading ;) — caught by close-out gate
327478d15b99c39cabc166853019bfdf68db6a58 · 2026-07-21 12:40:07 -0700 · Steve Abrams
Files touched
M scripts/tt-transcript.sh
Diff
commit 327478d15b99c39cabc166853019bfdf68db6a58
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Jul 21 12:40:07 2026 -0700
fix(tt-transcript): shell syntax error in audio-download fallback branch (stray leading ;) — caught by close-out gate
---
scripts/tt-transcript.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/tt-transcript.sh b/scripts/tt-transcript.sh
index a98b2a5..273da01 100755
--- a/scripts/tt-transcript.sh
+++ b/scripts/tt-transcript.sh
@@ -43,7 +43,7 @@ yt-dlp -x --audio-format mp3 --audio-quality 5 -o "$OUT/%(id)s.%(ext)s" "$URL" >
echo "audio download failed (TikTok throttle or missing curl_cffi impersonate target)." >&2
echo "see references/retrieval-playbook.md → impersonation note." >&2
exit 3
-; }
+}
MP3="$(ls "$OUT"/*.mp3 2>/dev/null | head -1 || true)"
[ -z "${MP3:-}" ] && { echo "no audio file produced." >&2; exit 3; }
← 85a79e2 runs: capture 2026-07-19 live scout report + decoded transcr
·
back to Tiktok Architect
·
(newest)