Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaoemanuell/youtube-dl-api
A api to youtube-dl
https://github.com/joaoemanuell/youtube-dl-api
Last synced: about 1 month ago
JSON representation
A api to youtube-dl
- Host: GitHub
- URL: https://github.com/joaoemanuell/youtube-dl-api
- Owner: JoaoEmanuell
- License: mit
- Created: 2024-05-19T18:09:45.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-14T21:03:25.000Z (6 months ago)
- Last Synced: 2024-07-14T22:21:24.833Z (6 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube-dl api
A web API for [youtube-dl](https://github.com/ytdl-org/youtube-dl), used to extract direct links for YouTube videos and playlists.
[Read the docs](./docs/README.md)
# Getting Started
Clone the repository:
```
git clone https://github.com/JoaoEmanuell/youtube-dl-api.git
```## Python
**Requirements**
```
python => 3.11
```Install the dependencies:
```
pip install -r requirements.txt
```Run the project:
```
flask run --host 0.0.0.0 --port 8080
```## Docker
```
Docker => 24
docker-compose => 1.29
```Build:
```
docker-compose build
```Run the container:
```
docker-compose up
```