You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b34b1c1676 | 9 months ago | |
---|---|---|
.cspell | 10 months ago | |
.github | 10 months ago | |
.husky | 10 months ago | |
.vscode | 11 months ago | |
docs | 9 months ago | |
packages | 10 months ago | |
patches | 1 year ago | |
screenshot | 2 years ago | |
scripts | 10 months ago | |
.editorconfig | 2 years ago | |
.env | 10 months ago | |
.env.development | 11 months ago | |
.env.production | 10 months ago | |
.eslintignore | 12 months ago | |
.eslintrc.js | 12 months ago | |
.gitignore | 11 months ago | |
.hintrc | 12 months ago | |
.npmrc | 1 year ago | |
.prettierignore | 12 months ago | |
.prettierrc | 12 months ago | |
LICENSE | 2 years ago | |
README.md | 10 months ago | |
commitlint.config.js | 10 months ago | |
cspell.json | 12 months ago | |
package.json | 10 months ago | |
pnpm-lock.yaml | 10 months ago | |
pnpm-workspace.yaml | 2 years ago | |
tsconfig.json | 11 months ago |
README.md
Intro
本项目支持 m3u8 视频在线提取工具 流媒体下载 m3u8 下载。
- ✅ 无需抓包: 使用软件自带浏览器可以轻松嗅探网页中的视频资源,通过嗅探到的资源列表选择自己想要下载的资源,简单快速。
- 📱 移动播放: 可以轻松无缝的在PC和移动设备之前切换,下载完成后即可使用手机观看视频。
- ⚡️ 批量下载: 支持同时下载多个视频和直播资源,高速带宽不闲置。
Quickstart
运行代码需要 node 、 pnpm 和 go,node、go 需要在官网下载安装,pnpm 可以通过npm i -g pnpm
安装。
运行代码
# 代码下载
git clone https://github.com/caorushizi/mediago.git
# 安装依赖
pnpm i
# 开发环境
pnpm dev
# 打包运行
pnpm release
Releases
v2.0.2(2023.7.9 发布)
更新日志
- 暗黑模式
- 更多下载配置
- 支持请求标头自动带入
- 支持开启广告过滤
- 支持开启沉浸式嗅探
- 支持切换手机和 PC 模式
- 支持修改同时下载数量
- 修复了一些 bug
v1.1.5(2022.2.5 发布)
更新日志
软件截图
技术栈
- vite https://cn.vitejs.dev
- antd https://ant.design
- electron https://www.electronjs.org
鸣谢
N_m3u8DL-CLI 来自于 https://github.com/nilaoda/N_m3u8DL-CLI
mediago 来自于 https://github.com/caorushizi/mediago