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
- Host: GitHub
- URL: https://github.com/gigio1023/yonsei-learn-us-video
- Owner: gigio1023
- Created: 2021-03-12T09:16:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T01:43:44.000Z (about 4 years ago)
- Last Synced: 2025-03-12T17:43:47.202Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 nameexample
---input.txt---
https://www.example.com
computer science
---------------
```
3. Run download.sh