Merge pull request #157 from ar2rworld/DownloadSections

DownloadSections option
This commit is contained in:
Mattias Wadman
2023-10-03 23:54:39 +02:00
committed by GitHub
3 changed files with 78 additions and 1 deletions

View File

@ -12,7 +12,8 @@ RUN \
apt-get update -q && \
apt-get install -y -q python-is-python3 && \
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/$YT_DLP/yt-dlp -o /usr/local/bin/yt-dlp && \
chmod a+x /usr/local/bin/yt-dlp
chmod a+x /usr/local/bin/yt-dlp && \
apt-get install -y ffmpeg
FROM base AS dev