[BACKEND] Upgrade yt-dlp to 2023.11.16 (#817)
This commit is contained in:
parent
9b8aa827ba
commit
c7fce5dbdd
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue