babim / docker-youtube-dl

Dockerized youtube-dl based on Alpine Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thanks wernight

What is YouTube-DL?

youtube-dl is a command-line program to download videos from YouTube.com and other video sites.

Usage

docker run -it --name youtube-dl -v /download:/download babim/acdcli

If not have uid and gid option. Default run in uid 1000 add uid and gid option or set 0 to run with root

-e auid="0" -e agid="0"

I you want use https proxy

-e PROXY=https://test.lan:8443

If want mount --privileged

volume -v

DOWNLOADPATH default: /download

About

Dockerized youtube-dl based on Alpine Linux.

License:Apache License 2.0


Languages

Language:Shell 100.0%