[BACKEND] Upgrade yt-dlp to 2023.11.16 (#817)

This commit is contained in:
Jesse Bannon 2023-11-15 16:58:29 -08:00 committed by GitHub
parent 9b8aa827ba
commit c7fce5dbdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,7 @@ RUN mkdir -p /config && \
g++ \
nano \
make \
libffi-dev \
"python3>=3.10" \
py3-pip \
fontconfig \
@ -46,6 +47,7 @@ RUN mkdir -p /config && \
apk del \
g++ \
make \
libffi-dev \
py3-pip \
py3-setuptools

View file

@ -27,7 +27,7 @@ package_dir =
packages=find:
install_requires =
yt-dlp==2023.11.14
yt-dlp==2023.11.16
argparse==1.4.0
colorama==0.4.6
mergedeep==1.3.4