server/net: improve youtube-dl functionality, enforce size limits

This commit is contained in:
Shyam Sunder
2021-01-05 15:18:34 -05:00
parent 2dfd1c2192
commit c7461c7f65
4 changed files with 54 additions and 65 deletions

View File

@ -21,7 +21,7 @@ RUN apk --no-cache add \
&& pip3 install --no-cache-dir --disable-pip-version-check \
alembic \
"coloredlogs==5.0" \
youtube-dl \
youtube_dl \
&& apk --no-cache del py3-pip
COPY ./ /opt/app/