docker-youtube-dl
docker-youtube-dl copied to clipboard
Dockerized youtube-dl based on Alpine Linux.
I tried running your container: ``` geusebio@bidness:~$ docker run --rm --user $UID:$GID -v ~/Youtube:/downloads wernight/youtube-dl "https://www.youtube.com/watch?v=Rrr0YH-dm6k" [youtube] Rrr0YH-dm6k: Downloading webpage ERROR: Rrr0YH-dm6k: YouTube said: Unable to extract video data ```...
youtube-dl changed. Please update youtube-dl to latest version and update docker image.
Hello, Just wondering if you had any interest in forking this to support a Youtube-DLC branch. DLC is a community youtube-dl fork with more ongoing maintenance and active development. https://github.com/blackjack4494/youtube-dlc
``` # docker run --rm --user 33:33 -v /tmp:/downloads wernight/youtube-dl -v https://www.youtube.com/watch?v=dHYDFClkqHw [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [u'-v', u'https://www.youtube.com/watch?v=dHYDFClkqHw'] [debug]...