wechat-video-downloader
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese视频号视频下载
WeChat Channels Video Download
简介
Introduction
粘贴一条视频号分享链接,直接拿到视频的真实下载地址。返回视频标题、封面图和高清无水印视频地址。
适合做内容二创的博主下载素材、运营人员保存竞品视频、剪辑师快速获取源文件。
Paste a WeChat Channels sharing link to directly get the actual download URL of the video. The video title, cover image, and HD watermark-free video URL will be returned.
It is suitable for bloggers doing content secondary creation to download materials, operation personnel to save competitor videos, and editors to quickly obtain source files.
功能特性
Features
- 真实地址解析:拿到的是视频直链,可直接下载或浏览器打开
- 附带元信息:视频标题 + 封面图一并返回,方便归档管理
- 同步返回:无需等待,一次调用即出结果
- Actual URL Parsing: The obtained video direct link can be downloaded directly or opened in a browser
- With Metadata: Video title + cover image are returned together for convenient archiving and management
- Synchronous Return: No waiting required, results are returned in one call
使用指南
Usage Guide
鉴权
Authentication
Go to Redfox Hub to get your API KEY
Configuration methods:
- Set the environment variable
REDFOX_API_KEY - Or configure it in
~/.openclaw/openclaw.json
快速开始
Quick Start
- 打开微信,找到想下载的视频号视频
- 点击视频右下角的 【分享】 按钮
- 选择 复制链接,粘贴到输入框提交即可
💡 小贴士:可以一次性提交多个链接,用空格隔开就行
- Open WeChat, find the WeChat Channels video you want to download
- Click the [Share] button at the bottom right corner of the video
- Select Copy Link and paste it into the input box to submit
💡 Tip: You can submit multiple links at once, separated by spaces
视频号链接获取方式
How to Get WeChat Channels Link
- 打开微信 → 视频号 → 找到目标视频
- 点击视频右下角 「分享」 按钮
- 选择 「复制链接」
支持的链接格式:
https://weixin.qq.com/sph/xxxxxx
- Open WeChat → WeChat Channels → Find the target video
- Click the 「Share」 button at the bottom right corner of the video
- Select 「Copy Link」
Supported link formats:
https://weixin.qq.com/sph/xxxxxx
常见问答
FAQ
Q:下载地址有水印吗?
A:解析出的是原始视频直链,无水印。
Q:链接有效期吗?
A:解析出的视频地址为临时链接,建议及时下载保存。
核心执行流程、接口详情与输出格式详见references/core_workflow.md
Q: Is there a watermark on the download URL?
A: The parsed video direct link is the original video, with no watermark.
Q: Is the link valid for a limited time?
A: The parsed video URL is a temporary link, please download and save it in time.
For core execution process, interface details and output format, please refer toreferences/core_workflow.md