mediago-dev--mediago
109 行
3.6 KiB
Markdown
109 行
3.6 KiB
Markdown
---
|
|
layout: doc
|
|
outline: deep
|
|
---
|
|
|
|
# Quick Start
|
|
|
|
This article provides a simple guide to help you get started with using the software. Supports [OpenClaw Skill](/en/skills) for downloading videos via natural language in AI coding assistants.
|
|
|
|
::: info
|
|
|
|
v3.5 is the latest version. Please feel free to provide feedback in this release and we will address it as quickly as possible.
|
|
|
|
:::
|
|
|
|
::: tip
|
|
macOS usage
|
|
|
|
- **[Intel chip]** Install the x64 build from the release page. After installation, allow apps from unidentified developers in Mac's Security settings.
|
|
- **[Apple Silicon]** Install the arm64 build from the release page. After installation, run `sudo xattr -dr com.apple.quarantine /Applications/mediago-community.app` in Terminal.
|
|
|
|
:::
|
|
|
|
## Download and Installation
|
|
|
|
### v3.5.0 (Released on April 22, 2026)
|
|
|
|
#### Software Download
|
|
|
|
- [【mediago】 Windows (Installer) v3.5.0](https://github.com/caorushizi/mediago/releases/download/v3.5.0/mediago-community-setup-win32-x64-3.5.0.exe)
|
|
- [【mediago】 Windows (Portable) v3.5.0](https://github.com/caorushizi/mediago/releases/download/v3.5.0/mediago-community-portable-win32-x64-3.5.0.exe)
|
|
- [【mediago】 macOS arm64 (Apple Silicon) v3.5.0](https://github.com/caorushizi/mediago/releases/download/v3.5.0/mediago-community-setup-darwin-arm64-3.5.0.dmg)
|
|
- [【mediago】 macOS x64 (Intel) v3.5.0](https://github.com/caorushizi/mediago/releases/download/v3.5.0/mediago-community-setup-darwin-x64-3.5.0.dmg)
|
|
- [【mediago】 Linux v3.5.0](https://github.com/caorushizi/mediago/releases/download/v3.5.0/mediago-community-setup-linux-amd64-3.5.0.deb)
|
|
- [**Docker Hub**](https://hub.docker.com/r/caorushizi/mediago): `docker run -d --name mediago -p 8899:8899 -v /path/to/mediago:/app/mediago caorushizi/mediago:3.5.0`
|
|
- **GHCR**: `docker run -d --name mediago -p 8899:8899 -v /path/to/mediago:/app/mediago ghcr.io/caorushizi/mediago:3.5.0`
|
|
|
|
Older releases are on the [GitHub Releases page](https://github.com/caorushizi/mediago/releases).
|
|
|
|
#### What's New
|
|
|
|
- **Browser extension** (Chrome / Edge) — one-click video sniffing on any site.
|
|
- **YouTube and 1000+ sites** — powered by yt-dlp.
|
|
- **OpenClaw Skill** — download videos through AI coding assistants.
|
|
- **Open HTTP API** — integrate with scripts, automation and third-party tools.
|
|
- **In-app format conversion** — pick output format and quality after downloading.
|
|
- **Simpler Docker deployment** — multi-arch images on GHCR, mount a single folder.
|
|
- **Faster startup** — backend rewritten in Go, lower memory footprint, built-in player.
|
|
|
|
## Operation Instructions
|
|
|
|
### Automatic Video Sniffing
|
|
|
|
1. Select "Resource Extraction"
|
|
|
|

|
|
|
|
2. Enter the video URL
|
|
|
|

|
|
|
|
3. Click "Start Download" to begin downloading the video
|
|
|
|

|
|
|
|
### Manual Download
|
|
|
|
1. Click the "New Download" button at the top right of the page
|
|
|
|

|
|
|
|
2. In the new download window, enter the "Video Name" and the "Stream (m3u8)" or "Bilibili" link
|
|
|
|

|
|
|
|
3. Click to download the video from the list
|
|
|
|

|
|
|
|
### Batch Download
|
|
|
|

|
|
|
|
### Additional Features
|
|
|
|
1. Convert to Audio
|
|
|
|

|
|
|
|
2. More features will be added in the future. Stay tuned!
|
|
|
|
### Video Playback
|
|
|
|
- PC Playback
|
|
|
|

|
|
|
|
- Mobile Playback
|
|
|
|

|
|
|
|
## Start Downloading Your Videos
|
|
|
|
It's so simple! Go ahead and download your videos now.
|
|
|
|
::: warning
|
|
This software is for learning and communication purposes only.
|
|
:::
|