Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 212 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 212 Bytes

youtube-dl-docker

A minimal dockerfied version of youtubedl

to use

alias youtube-dl="docker run --rm --user $UID:$GID -v $PWD:/downloads cultofclang/ytdl"

then use youtube-dl [url] wherever