Upgrade yt-dlp to nightly for new YouTube nsig algorithm support

This commit is contained in:
Sebastjan Artič 2026-04-28 15:48:39 +00:00
parent 47509b4f06
commit 83734dfdc5
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ WORKDIR /app
# Python deps
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt && \
pip install --no-cache-dir --upgrade --pre "yt-dlp[default]"
# App code
COPY app/ ./app/

View File

@ -5,4 +5,4 @@ pydantic==2.9.2
faster-whisper==1.0.3
opencv-python-headless==4.10.0.84
numpy==1.26.4
yt-dlp==2024.10.7
yt-dlp>=2025.10.0