Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaoemanuell/yt-dlp-api
A api to yt-dlp
https://github.com/joaoemanuell/yt-dlp-api
Last synced: 28 days ago
JSON representation
A api to yt-dlp
- Host: GitHub
- URL: https://github.com/joaoemanuell/yt-dlp-api
- Owner: JoaoEmanuell
- License: mit
- Created: 2024-05-19T20:14:56.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-14T21:02:44.000Z (6 months ago)
- Last Synced: 2024-07-15T22:14:32.937Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yt-dlp api
A web API for [yt-dlp](https://github.com/yt-dlp/yt-dlp), 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/yt-dlp-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
```