https://github.com/colmugx/imoocdownloader
A Downloader for Imooc Video
https://github.com/colmugx/imoocdownloader
Last synced: about 1 month ago
JSON representation
A Downloader for Imooc Video
- Host: GitHub
- URL: https://github.com/colmugx/imoocdownloader
- Owner: colmugx
- Archived: true
- Created: 2016-08-30T06:58:06.000Z (over 8 years ago)
- Default Branch: server
- Last Pushed: 2017-02-18T07:20:39.000Z (over 8 years ago)
- Last Synced: 2025-02-22T02:42:53.358Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImoocDownloader
这个分支是nodejs express 服务器版本。用来跟给前端查询反馈用。## 介绍(Summary)
(命令行版本请见master分支)该版本用到了ES2015和ES2016的特性,所以务必保证node版本能在v6.x(生产环境在v7.4)
想着如果实现一个后端服务版本,然后我再使用前端框架实现界面。使用起来会比命令行舒服很多。所以这是一个服务端版本。直接运行然后查询可以得到相应的json数据。
对了,为了在半天内实现出来,粗糙但目的明显的小工具并不具备各种安全措施……
## 安装与使用(Install & Usage)
### 两种方法安装(Install)
1. `git clone https://github.com/ColMugX/ImoocDownloader.git ./ImoocDownloader`
2. `Download ZIP`
3. `Open in Desktop`(记得把分支切换到server下)
### 使用(Usage)```shell
cd ./ImoocDownloader
npm install
npm run dev #服务端启动,端口为6698
```