Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhangmingzhao1/artanis_video_electron

一键下载各大直播网站和视频网站的客户端
https://github.com/zhangmingzhao1/artanis_video_electron

Last synced: about 12 hours ago
JSON representation

一键下载各大直播网站和视频网站的客户端

Awesome Lists containing this project

README

        

# Artanis_Video_Electron

一键下载各大直播网站和视频网站的客户端

# 目前支持:
### 直播区:
- [x] 虎牙
- [ ] 斗鱼

### 视频区
- [ ] bilibili

# 开发
```
git clone https://github.com/ZhangMingZhao1/Artanis_Video_Electron.git
npm install
cd reactView
npm install
npm start (开启react渲染进程)
cd ..
npm start (开启node主进程)
```