Skip to content

hearsay v0.1.0

Choose a tag to compare

@mudassar531 mudassar531 released this 13 Jun 10:36
· 49 commits to main since this release

crawl4ai for video & audio. One command turns any YouTube video, podcast episode, or local recording into clean, timestamped, chunked, LLM-ready markdown.

uv tool install hearsay        # or: pipx install hearsay
hearsay "https://www.youtube.com/watch?v=VIDEO_ID"

Highlights:

  • Captions-first (fast, no download) with automatic local Whisper fallback when a video has no captions; --transcribe to force it, --no-vad for music.
  • Readable paragraph grouping with real timestamps; chapters → sections.
  • Podcasts & YouTube playlists in batch; --json sidecar with a stable schema for RAG.
  • MCP server (hearsay mcp) so AI agents can ingest media themselves.

Requires Python 3.11+ and ffmpeg. MIT licensed.