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

View file

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