File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ ENV PYTHONDONTWRITEBYTECODE=1
8
8
9
9
RUN apt-get update && \
10
10
apt-get install -y --no-install-recommends curl ffmpeg && \
11
- rm -rf /var/lib/apt/lists/* && \
12
- python3 -m pip install --no-cache-dir --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz && \
13
- curl -LsS https://github.com/ytdl-patched/youtube-dl/releases/latest/download/youtube-dl > /usr/local/bin/youtube-dl && \
14
- curl -LsS https://github.com/ytdl-patched/ytdl-patched/releases/latest/download/ytdl-patched > /usr/local/bin/ytdl-patched && \
15
- chmod +x /usr/local/bin/youtube-dl /usr/local/bin/ytdl-patched
11
+ rm -rf /var/lib/apt/lists/*
12
+ RUN pip install https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
13
+ RUN pip install https://github.com/ytdl-org/youtube-dl/archive/master.tar.gz
14
+ RUN pip install https://github.com/soimort/you-get/archive/master.tar.gz
16
15
17
16
ADD yt-dlp.conf /etc/yt-dlp.conf
18
- ADD yt-dlp.conf /etc/youtube-dl.conf
17
+ # ADD yt-dlp.conf /etc/youtube-dl.conf
19
18
20
19
# https://github.com/smalltownjj/yt-dlp-plugin-missav
21
20
ADD missav.py /etc/yt-dlp-plugins/yt-dlp-plugin-missav/yt_dlp_plugins/extractor/missav.py
Original file line number Diff line number Diff line change 2
2
--no-mtime
3
3
4
4
--hls-prefer-ffmpeg
5
+
6
+ --user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.2903.86'
You can’t perform that action at this time.
0 commit comments