Danload is a free, clean desktop app for downloading videos, audio, and files at their original quality — with built-in ProRes transcoding for editors.
| Feature | Description |
|---|---|
| Original Quality | Downloads the highest available quality, no re-encoding |
| Original Container | Choose MKV or MP4 packaging for original-quality video |
| ProRes Export | One-click transcode to Apple ProRes — ready for Final Cut Pro, DaVinci Resolve |
| Audio Only | Extract audio directly |
| File Download | General-purpose URL file downloader |
| Browser Cookie | Access member-only or login-required content via your browser's cookies |
| Proxy Support | Route all downloads through HTTP/SOCKS proxy (Clash, V2Ray, etc.) |
| Custom Save Location | Choose where files are saved |
| Persistent Settings | Remembers your save location and original-video container |
| Auto Update | Notifies you when a new version is available |
| Bilingual UI | Switch between English and Chinese in-app |
Go to Releases and download:
- macOS →
.dmg - Windows →
.exe
Requirements:
- Python 3.10+
- ffmpeg
macOS:
git clone https://github.com/Danub3/Danload.git
cd Danload
pip install -r requirements.txt
brew install ffmpeg # if not already installed
pyinstaller Danload.specWindows:
git clone https://github.com/Danub3/Danload.git
cd Danload
pip install -r requirements.txt
# Download ffmpeg.exe and ffprobe.exe from https://ffmpeg.org/download.html
# Place them in the project root directory
pyinstaller Danload-win.specPowered by yt-dlp — supports 1000+ sites including YouTube, Bilibili, Twitter/X, Instagram, TikTok, public Telegram video posts, and more.
Danload 是一款免费、简洁的桌面应用,支持原画质下载视频、音频和文件,并内置 ProRes 转码功能,专为视频编辑者设计。
| 功能 | 说明 |
|---|---|
| 原画下载 | 下载最高可用画质,不经过二次压缩 |
| 原画封装 | 原画视频可选择 MKV 或 MP4 封装 |
| ProRes 转码 | 一键转码为 Apple ProRes,直接导入 Final Cut Pro、DaVinci Resolve |
| 纯音频提取 | 直接提取视频音轨 |
| 文件下载 | 通用 URL 文件下载 |
| 浏览器 Cookie | 通过浏览器 Cookie 访问需要登录或会员权限的内容 |
| 代理支持 | 所有下载均可通过 HTTP/SOCKS 代理(Clash、V2Ray 等) |
| 自定义保存位置 | 自由选择文件保存路径 |
| 设置持久化 | 自动记住保存路径和原画封装选择 |
| 自动更新提示 | 有新版本时自动提醒 |
| 中英文切换 | 应用内一键切换界面语言 |
前往 Releases 下载:
- Mac 用户 →
.dmg - Windows 用户 →
.exe
环境要求:
- Python 3.10+
- ffmpeg
macOS:
git clone https://github.com/Danub3/Danload.git
cd Danload
pip install -r requirements.txt
brew install ffmpeg # 如未安装
pyinstaller Danload.specWindows:
git clone https://github.com/Danub3/Danload.git
cd Danload
pip install -r requirements.txt
# 从 https://ffmpeg.org/download.html 下载 ffmpeg.exe 和 ffprobe.exe
# 放到项目根目录
pyinstaller Danload-win.spec基于 yt-dlp,支持 1000+ 网站,包括 YouTube、Bilibili、Twitter/X、Instagram、抖音、Telegram 公开频道视频帖等。
MIT © Danub3