revert: remove torrent/magnet feature
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mini
2026-03-17 21:06:20 +08:00
parent 7d71ba2986
commit 5b92050b1a
2 changed files with 1 additions and 109 deletions

View File

@@ -2,7 +2,7 @@ FROM python:3.12-slim
WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg aria2 && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir -U yt-dlp