https://github.com/hkamran80/youtubedl-web
Web interface for youtube-dl
https://github.com/hkamran80/youtubedl-web
flask python python3 youtube-dl youtube-dl-ui
Last synced: 3 months ago
JSON representation
Web interface for youtube-dl
- Host: GitHub
- URL: https://github.com/hkamran80/youtubedl-web
- Owner: hkamran80
- License: mit
- Created: 2018-09-21T04:22:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T20:47:10.000Z (over 6 years ago)
- Last Synced: 2023-03-03T09:45:40.397Z (over 2 years ago)
- Topics: flask, python, python3, youtube-dl, youtube-dl-ui
- Language: CSS
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-dl Web
* A web interface for `youtube-dl`
* Designed for macOS# Prerequisites
* `python3` (`brew install python3`)
* `Flask` (`pip3 install flask`)
* `youtube-dl` (`brew install ffmpeg youtube-dl`)# How to Use
* Option 1:
1. `git clone https://github.com/hkamran80/youtubedl-web`
2. `python3 youtubedl-web/main.py`
* Runs on port 8008
* Option 2:
1. Download this repository
2. `python3 {PATH_TO_FOLDER}/main.py`
* Runs on port 8008# [Todo](https://github.com/hkamran80/youtubedl-web/projects/1)