From e751780a7db51df326f63de40f2b872b3fbc1837 Mon Sep 17 00:00:00 2001 From: gr1m Date: Thu, 4 Oct 2018 21:19:36 +0300 Subject: [PATCH] add aria2 and set youtube-dl version --- youtube/youtube-dl/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube/youtube-dl/Dockerfile b/youtube/youtube-dl/Dockerfile index d4ec045..694d605 100644 --- a/youtube/youtube-dl/Dockerfile +++ b/youtube/youtube-dl/Dockerfile @@ -10,7 +10,8 @@ RUN set -xe \ ffmpeg \ openssl \ python3 \ - && pip3 install youtube-dl + aria2 \ + && pip3 install youtube-dl==2018.09.26 WORKDIR /data