[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++ \
|
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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue