ydl_api_ng is a powerful and flexible web API for youtube-dlp. It is designed to expose the full capabilities of the command-line tool through a web interface, making it suitable for both simple downloads and advanced use cases. You can configure everything through parameter files or pass options directly in your API requests.
This tool provides a robust solution for automating and managing video downloads. Key features include:
docker-compose file, or install it directly on your system.services:
ydl_api_ng:
image: totonyus/ydl_api_ng:latest
container_name: ydl_api_ng
ports:
- "8080:8080"
volumes:
- ./downloads:/downloads
restart: unless-stopped# No sensitive environment variables are strictly required for the default setup.
# If authentication or specific API keys are added later, define them here.
Auto-fetched about 18 hours ago
Auto-fetched about 18 hours ago