Sign inSign up

cerede2000/dl-dlmotion

By cerede2000

•Updated about 1 year ago

Image
0

149

cerede2000/dl-dlmotion repository overview

This is Dailymotion video downloader

Compose sample :

services:
  dailymotion-downloader:
    container_name: dailymotion-downloader
    image: cerede2000/dl-dlmotion:v1.0
    ports:
      - 8080:8080
    environment:
      - OUTPUT_DIR=/downloads
      - LOG_DIR=/logs
      - DEFAULT_FORMAT=mkv
      - VERBOSE=false
      - SUB_LANGS= #en,fr... if empty all are downloaded
    volumes:
      - ./downloads:/downloads
      - ./logs:/logs
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:f0281ad3b…

Size

215.3 MB

Last updated

about 1 year ago

docker pull cerede2000/dl-dlmotion:v1.0