For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get Started
  • Overview
    • Welcome
    • How It Works
  • Getting Started
    • Installation
    • Configuration
  • Usage
    • CLI Reference
    • Summary Styles
    • Batch Processing
    • Config Management
    • Retry Behavior
    • Errors and Troubleshooting
  • Features
    • Visual Mode
    • Transcription
    • Webapp
    • Caching
  • Integrations
    • Share a Summary
    • Cobalt
    • Proxy
    • Agent Skill
Get Started
Usage

Batch Processing

Was this page helpful?
Edit this page
Previous

Config Management

Next
Built with

Pass multiple sources at once:

$python -m summarizer --source "URL1" "URL2" "URL3" --provider gemini

Each source gets its own output file in summaries/.

Tip: Transcripts are cached in memory by default, so if you re-run the batch with different styles or providers, transcription is skipped for sources already processed.