mediago-dev--mediago
99281d89f9
A batch of VitePress site updates around the v3.5.0 release: - Refresh the zh / en / jp homepages into a 3x3 feature grid aligned with README v3.5.0: keep the foundational "no packet capture / batch download / mobile playback" cards, add v3.5.0 pillars (browser extension / broad video source coverage / OpenClaw Skill / HTTP API / built-in format conversion / one-line Docker). Rewrite the hero with a tighter "cross-platform video downloader + built-in sniffing" tagline and point the English hero at the English-localized `home_en.png`. - Fix en / jp hero action links that previously routed to the Chinese root pages (`/guides` → `/en/guides`, `/jp/guides` etc.). - Add the macOS usage block to the en / jp quick-start guides (Intel vs Apple Silicon + `sudo xattr -dr com.apple.quarantine` unblock command), and drop the QQ feedback group tip from those locales — QQ is China-only, not useful for en / jp audiences. - Add a new Download API reference page (`/api`) for all three locales, registered in the sidebar under "开始 / Quick start / 始める". Covers Base URL (desktop `39719`, Docker `9900`), auth (API key from Settings page), curl quick-start, download SSE events, and the full `/api/downloads/*` endpoint reference. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
49 行
2.3 KiB
Markdown
49 行
2.3 KiB
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "MediaGo"
|
|
text: "Cross-platform video downloader"
|
|
tagline: "Built-in sniffing — point it at a page, pick what you want, save. No packet capture, no plugins, no command-line tools."
|
|
image:
|
|
src: /home_en.png
|
|
alt: MediaGo home screen
|
|
actions:
|
|
- theme: brand
|
|
text: Quick Start
|
|
link: /en/guides
|
|
- theme: alt
|
|
text: User Guide
|
|
link: /en/documents
|
|
|
|
features:
|
|
- icon: ⏩
|
|
title: No packet capture required
|
|
details: The desktop app ships with a built-in browser that sniffs every downloadable resource on the page automatically. No Fiddler, no Charles, no DevTools gymnastics.
|
|
- icon: 🌐
|
|
title: Browser extension for Chrome / Edge
|
|
details: One-click video sniffing in your everyday browser. Detected count shows in the toolbar badge; covers YouTube, Bilibili and most mainstream video platforms. Bundled with the desktop app.
|
|
- icon: 🎬
|
|
title: Broad video source coverage
|
|
details: HLS / m3u8 streams, live streaming, Bilibili, YouTube, Twitter/X, Instagram and over a thousand more video sites — powered by N_m3u8DL-RE, BBDown and yt-dlp under the hood.
|
|
- icon: ⚡️
|
|
title: Batch download
|
|
details: Download multiple videos and live streams at once. Your high-speed bandwidth never sits idle; tweak the concurrency to taste.
|
|
- icon: 🎞️
|
|
title: Built-in format conversion
|
|
details: Convert completed downloads to another format or quality without leaving MediaGo. No separate ffmpeg tool required.
|
|
- icon: 📱
|
|
title: Mobile playback
|
|
details: The desktop app listens on your LAN IP too — open the web UI on a phone or tablet on the same Wi-Fi to browse downloads and play them directly.
|
|
- icon: 🔌
|
|
title: Open HTTP API
|
|
details: Full HTTP API lets scripts, automation tools and third-party apps create download tasks, query progress and manage the list.
|
|
- icon: 🦞
|
|
title: OpenClaw Skill
|
|
details: Tell Claude Code, Cursor or your AI coding assistant "please download this video" — it handles the rest. One command to install.
|
|
- icon: 🐳
|
|
title: One-line Docker deployment
|
|
details: One command to deploy to your NAS or VPS. Access from any browser on your network. Multi-arch images on Docker Hub and GHCR.
|
|
---
|