Skip to content
SpaceSquare640 edited this page Jul 23, 2026 · 5 revisions

Multimedia Downloader Wiki

Language / 語言 / 语言: English · 繁體中文 · 简体中文


English

Welcome! This wiki has deeper documentation than the README. Quick links:

Page What's there
Installation Guide Step-by-step install & first-run walkthrough
User Manual Full feature-by-feature walkthrough — every tab, every interface
Architecture How the app is built, and why
Roadmap Shipped versions and what's planned next
FAQ Common questions, known issues, licensing notes

Which version?

  • V4.x (current, recommended) — native desktop app (Windows/Linux/macOS) with an AI assistant, plus a deployable web version and Android/Termux support. Download the latest release · see Roadmap for what shipped in each version.
  • V3.0 — legacy, still functional. Python tkinter GUI + Flask web app.

The latest code is on main; each past release is preserved as a git tag (see Architecture).

Language

This wiki is maintained in English, 繁體中文, and 简体中文. The main repo's README.md/CHANGELOG.md are English-only starting from v4.2.3 — this wiki (and the app's own in-product language switcher) remain the tri-lingual home for documentation.

License

MIT for this project's own code; the bundled ffmpeg is GPLv3. See THIRD-PARTY-NOTICES.md and the FAQ.


繁體中文

歡迎!這個 wiki 提供比 README 更深入的文件。快速導覽:

頁面 內容
Installation Guide 詳細安裝與首次使用步驟
User Manual 完整逐項功能說明——每個分頁、每種介面都有
Architecture 這個 app 怎麼建的、為什麼這樣設計
Roadmap 已推出的版本與後續規劃
FAQ 常見問題、已知限制、授權說明

該用哪一版?

  • V4.x(目前版本,推薦使用) — 原生桌面 app(Windows/Linux/macOS),含 AI 助手,另有可部署的網頁版與 Termux Android 支援。下載最新版.各版本內容見 Roadmap
  • V3.0 — 舊版,仍可運作。Python tkinter GUI + Flask 網頁版。

最新程式碼在 main 上;每個過往版本以 git tag 保存(見 Architecture)。

語言

這個 wiki 維持英文、繁體中文、简体中文三語。主 repo 的 README.mdCHANGELOG.md 從 v4.2.3 起改為僅英文——這個 wiki(以及 App 內建的語言切換器)繼續是三語文件的所在地。

授權

本專案自身程式碼採 MIT;內建的 ffmpeg 為 GPLv3。見 THIRD-PARTY-NOTICES.mdFAQ


简体中文

欢迎!这个 wiki 提供比 README 更深入的文档。快速导览:

页面 内容
Installation Guide 详细安装与首次使用步骤
User Manual 完整逐项功能说明——每个标签页、每种界面都有
Architecture 这个 app 怎么构建的、为什么这样设计
Roadmap 已发布的版本与后续规划
FAQ 常见问题、已知限制、许可证说明

该用哪一版?

  • V4.x(当前版本,推荐使用) — 原生桌面 app(Windows/Linux/macOS),含 AI 助手,另有可部署的网页版与 Termux Android 支持。下载最新版.各版本内容见 Roadmap
  • V3.0 — 旧版,仍可运行。Python tkinter GUI + Flask 网页版。

最新代码在 main 上;每个过往版本以 git tag 保存(见 Architecture)。

语言

这个 wiki 维持英文、繁體中文、简体中文三语。主 repo 的 README.mdCHANGELOG.md 从 v4.2.3 起改为仅英文——这个 wiki(以及 App 内置的语言切换器)继续是三语文档的所在地。

许可证

本项目自身代码采用 MIT;内置的 ffmpeg 为 GPLv3。见 THIRD-PARTY-NOTICES.mdFAQ

Clone this wiki locally