neuron_grab_media_batch
Download videos from multiple page URLs in one batch, extracting streams and saving files locally. Handles up to 5 URLs per call, returning statuses and failures for each.
Instructions
Download videos from multiple URLs. Opens each in a tab, extracts video streams, downloads all. Up to 5 URLs per call. Returns results for each URL with download status and any failures. Use for batch downloading from feeds, trending pages, or saved lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Video page URLs (max 5) | |
| delayMs | No | Delay between processing each URL in ms (default: 3000) | |
| outputDir | No | Subdirectory name for downloads (optional) |