docs(agent): refresh TikTok playback investigation (2026-09-14) #3
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/refresh-tiktok-playback-20260914"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Executed
src/agent/PROMPT.mdin full after discovering Tokai through Forgejo and cloning it with git.Documentation drift found and corrected in
src/agent/DOCS.md:msTokenin related-item API requests.The existing
example.pystill works unchanged. The minimal route remains fresh page hydration → unchanged server-signed media URL + same-session cookie jar + TikTok Referer. No browser cookies, signing service, or additional extraction requests are needed. Obfuscated signing algorithms and precise token bindings remain explicitly unclaimed.Validation
uv sync --frozen --all-groups.uv run --no-sync pytest -q: 58 passed (2 upstream deprecation warnings).example.py --test: 9/9 passed twice, with fresh sessions and full downloads; all 18 MP4s matched fresh rendition FileHash and size metadata.ffprobeand fullffmpeg -xerroraudio/video decoding: 9/9 Run 1 files passed.git diff --checkpassed.Only
src/agent/DOCS.mdchanges. Research captures, temporary tests, and downloaded videos remain outside the repository in/tmp/tokai-audit-research; no cookies or signed URLs are committed. The isolated browser and temporary smoke-test server were stopped.