[BACKEND] Update yt-dlp to latest commit (#655)

* [BACKEND] Update yt-dlp to latest commit

* git for installing commits
This commit is contained in:
Jesse Bannon 2023-07-18 10:48:16 -07:00 committed by GitHub
parent 8d2999c2b2
commit 3cbd07c9a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,7 @@ RUN mkdir -p /config && \
apk update --no-cache && \
apk upgrade --no-cache && \
apk add --no-cache --repository=http://dl-3.alpinelinux.org/alpine/edge/main/ \
git \
vim \
g++ \
nano \
@ -37,6 +38,7 @@ RUN mkdir -p /config && \
# Delete unneeded packages after install
rm ytdl_sub-*.whl && \
apk del \
git \
g++ \
make \
py3-pip \

View file

@ -19,6 +19,7 @@ RUN mkdir -p /config && \
apt-get -y update && \
apt-get -y upgrade && \
apt-get install --no-install-recommends -y \
git \
vim \
g++ \
nano \
@ -67,6 +68,7 @@ RUN mkdir -p /config && \
# Delete unneeded packages after install
rm ytdl_sub-*.whl && \
apt-get remove -y \
git \
g++ \
make \
xz-utils \

View file

@ -27,12 +27,12 @@ package_dir =
packages=find:
install_requires =
yt-dlp==2023.7.6
argparse==1.4.0
colorama==0.4.6
mergedeep==1.3.4
mediafile==0.12.0
PyYAML==5.3.1
yt-dlp@git+https://github.com/yt-dlp/yt-dlp@613dbce177d34ffc31053e8e01acf4bb107bcd1e
[options.package_data]
* = *.yaml