AppsVideo DownloaderYoutube Dl Server

youtube-dl-server

Web and REST interface for downloading videos onto a server.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
  youtube-dl:
    image: "nbr23/youtube-dl-server:latest"
    volumes:
      - $HOME/youtube-dl:/youtube-dl
      - ./config.yml:/app_config/config.yml:ro # Overwrite the container's config file with your own configuration
    restart: always

Resources

GitHub: https://github.com/nbr23/youtube-dl-server

Docker Hub: https://hub.docker.com/r/nbr23/youtube-dl-server

Configuration: https://github.com/nbr23/youtube-dl-server#running