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

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

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)