From cbd08f5b8414db7de9f1ad86c783a6e4848abb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A3=AB=E5=AD=90=E2=98=80=EF=B8=8F?= <84996057@qq.com> Date: Wed, 22 Mar 2023 00:13:24 +0800 Subject: [PATCH] readme --- README.md | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a35a4f6..61a6893 100644 --- a/README.md +++ b/README.md @@ -1 +1,44 @@ -# electron-template \ No newline at end of file +# 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 +- antd +- electron + +## 鸣谢 + +N_m3u8DL-CLI 来自于 + +mediago 来自于