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

https://github.com/gigio1023/yonsei-learn-us-video

Video downloader for Yonsei Univ Ecampus
https://github.com/gigio1023/yonsei-learn-us-video

Last synced: 2 months ago
JSON representation

Video downloader for Yonsei Univ Ecampus

Awesome Lists containing this project

README

        

# yonsei-learn-us-video

# Requirements
## python module
```
pip install -r requirements.txt
```
## Other program
- ffmpeg

## How to use
1. Download html file. File name should be "LearnUs.html".
2. Write url and lecture name in input.txt
```
- First line is url.
- Second line is lecture name

example
---input.txt---
https://www.example.com
computer science
---------------
```
3. Run download.sh