Youtube-dl Material – Development Stopped

A self hosted way to download video and audio from various websites including youtube.

version: "2"

services:

    ytdl_material:

        environment: 

            ALLOW_CONFIG_MUTATIONS: 'true'

        restart: always

        volumes:

            - ./appdata:/app/appdata

            - ./audio:/app/audio

            - ./video:/app/video

            - ./subscriptions:/app/subscriptions

            - ./users:/app/users

        ports:

            - "8998:17442"

        image: tzahi12345/youtubedl-material:latest

Custom Output

/%(uploader)s/%(title)s/%(title)s

Custom Arguments

--write-thumbnail,,--write-sub,,--write-description,,--write-info-json,,--merge-output-format,,mp4

Leave a Reply