neuron_grab_media
Extract and download video or audio from any page by capturing CDN streams from network traffic. Works on social media and embedded video sites, returning direct download URLs and status.
Instructions
Extract and download video/audio from any page. Navigates to the URL, plays the media to trigger network requests, searches captured traffic for video/audio streams (mp4, m3u8, webm, mp3, blob), extracts the CDN URLs, and initiates a browser download. Works on Instagram reels, TikTok videos, X/Twitter videos, Facebook videos, LinkedIn videos, YouTube, and most sites with embedded video. Returns the download URLs found and download status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Page URL containing the video (e.g. an Instagram reel URL, TikTok video URL) | |
| tabId | No | Use an existing tab (optional) | |
| filename | No | Filename to save as (optional — auto-generates from URL) | |
| waitSeconds | No | How long to wait for video to start loading (default: 5) | |
| preferQuality | No | Preferred quality: 'highest', 'lowest', 'auto' (default: highest) |