|
|
|
|
# media-downloader
|
|
|
|
|
|
|
|
|
|
m3u8 视频在线提取工具 流媒体下载 m3u8下载 桌面客户端 windows mac。
|
|
|
|
|
可以直接在线获取 m3u8 链接地址,无需使用使用网络抓包,无需安装浏览器插件,可以直接带出请求标头……
|
|
|
|
|
|
|
|
|
|
# 上手指南
|
|
|
|
|
以下指南将帮助你在本地机器上安装和运行该项目,进行开发和测试。关于如何将该项目部署到在线环境,请参考部署小节。
|
|
|
|
|
|
|
|
|
|
# 安装要求
|
|
|
|
|
运行代码需要 node 和 yarn,node需要在官网下载安装,yarn可以通过`npm i -g yarn`安装。
|
|
|
|
|
|
|
|
|
|
# 运行代码
|
|
|
|
|
|
|
|
|
|
开发环境 `yarn run watch`
|
|
|
|
|
|
|
|
|
|
打包运行 `yarn run publish`
|
|
|
|
|
|
|
|
|
|
# 下载链接
|
|
|
|
|
- [v1.1.3 windows](https://github.com/caorushizi/m3u8-downloader/releases/download/1.1.3/media-downloader-setup-1.1.3.exe)
|
|
|
|
|
- [v1.0.3 windows](http://static.ziying.site/media-downloader-1.0.3%20Setup.exe)
|
|
|
|
|
- [v1.0.2 windows](http://static.ziying.site/media-downloader-1.0.2%20Setup.exe)
|
|
|
|
|
- [v1.0.1 windows](http://static.ziying.site/media-downloader-1.0.1%20Setup.exe)
|
|
|
|
|
- [v1.0.0 windows](http://static.ziying.site/media-downloader-1.0.0%20Setup.exe)
|
|
|
|
|
|
|
|
|
|
# 软件截图
|
|
|
|
|
|
|
|
|
|
![首页](http://static.ziying.site/Snipaste_2022-01-08_18-43-25.png)
|
|
|
|
|
|
|
|
|
|
![设置页面](http://static.ziying.site/Snipaste_2022-01-08_18-43-39.png)
|
|
|
|
|
|
|
|
|
|
# 技术栈
|
|
|
|
|
- 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
|
|
|
|
|
|