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

This reverts commit 3cbd07c9a4.
This commit is contained in:
Jesse Bannon 2023-07-18 13:17:19 -07:00 committed by GitHub
parent 3cbd07c9a4
commit f0847cee63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 5 deletions

View file

@ -8,7 +8,6 @@ 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 \
@ -38,7 +37,6 @@ RUN mkdir -p /config && \
# Delete unneeded packages after install
rm ytdl_sub-*.whl && \
apk del \
git \
g++ \
make \
py3-pip \

View file

@ -19,7 +19,6 @@ RUN mkdir -p /config && \
apt-get -y update && \
apt-get -y upgrade && \
apt-get install --no-install-recommends -y \
git \
vim \
g++ \
nano \
@ -68,7 +67,6 @@ 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