File tree Expand file tree Collapse file tree 3 files changed +3
-144
lines changed Expand file tree Collapse file tree 3 files changed +3
-144
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,17 @@ ENV PIP_NO_CACHE_DIR=on
7
7
ENV PYTHONDONTWRITEBYTECODE=1
8
8
9
9
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 && \
11
11
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"
13
13
RUN pip install https://github.com/ytdl-org/youtube-dl/archive/master.tar.gz
14
14
RUN pip install https://github.com/soimort/you-get/archive/master.tar.gz
15
15
16
16
ADD yt-dlp.conf /etc/yt-dlp.conf
17
17
ADD yt-dlp.conf /etc/youtube-dl.conf
18
18
19
19
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
20
21
WORKDIR /app
21
22
22
23
ENTRYPOINT ["yt-dlp" ]
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments