1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:49 +02:00

Merge pull request #93 from gr1m/yt-add-aria2

add aria2 and set youtube-dl version
This commit is contained in:
Kevin He 2019-10-27 07:35:43 +08:00 committed by GitHub
commit 6fc2d36516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,8 @@ RUN set -xe \
ffmpeg \
openssl \
python3 \
&& pip3 install youtube-dl
aria2 \
&& pip3 install youtube-dl==2018.09.26
WORKDIR /data