Skip to content

Commit ea1ffdb

Browse files
author
thr3a
committed
update:
1 parent 03ac023 commit ea1ffdb

File tree

3 files changed

+3
-144
lines changed

3 files changed

+3
-144
lines changed

yt-dlp/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ ENV PIP_NO_CACHE_DIR=on
77
ENV PYTHONDONTWRITEBYTECODE=1
88

99
RUN apt-get update && \
10-
apt-get install -y --no-install-recommends curl ffmpeg && \
10+
apt-get install -y --no-install-recommends curl ffmpeg ca-certificates && \
1111
rm -rf /var/lib/apt/lists/*
12-
RUN pip install https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
12+
RUN pip install "yt-dlp[default,curl-cffi] @ https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz"
1313
RUN pip install https://github.com/ytdl-org/youtube-dl/archive/master.tar.gz
1414
RUN pip install https://github.com/soimort/you-get/archive/master.tar.gz
1515

1616
ADD yt-dlp.conf /etc/yt-dlp.conf
1717
ADD yt-dlp.conf /etc/youtube-dl.conf
1818

1919
ADD https://raw.githubusercontent.com/smalltownjj/yt-dlp-plugin-missav/refs/heads/main/yt_dlp_plugins/extractor/missav.py /etc/yt-dlp-plugins/yt-dlp-plugin-missav/yt_dlp_plugins/extractor/missav.py
20+
RUN sed -i 's/ws/ai/g' /etc/yt-dlp-plugins/yt-dlp-plugin-missav/yt_dlp_plugins/extractor/missav.py
2021
WORKDIR /app
2122

2223
ENTRYPOINT ["yt-dlp"]

yt-dlp/doodstream.py

Lines changed: 0 additions & 94 deletions
This file was deleted.

yt-dlp/missav.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)