metube_add_download
Queue video or audio downloads from YouTube and other platforms to a MeTube server. Specify URL, quality, format, and folder options for automated downloading.
Instructions
Queue a video or audio download in MeTube.
Args: url: Video/playlist URL to download (YouTube, Vimeo, etc.) quality: Download quality - "best", "1080", "720", "480", etc. format: Format selection - "any" (video+audio), "mp4", "mp3", "wav", "opus", etc. auto_start: Whether to start downloading immediately (default: true) folder: Subfolder within the download directory custom_name_prefix: Prefix for the downloaded filename playlist_item_limit: Max items to download from playlist (0 = all)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| quality | No | best | |
| format | No | any | |
| auto_start | No | ||
| folder | No | ||
| custom_name_prefix | No | ||
| playlist_item_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |