Upgrade yt-dlp to nightly for new YouTube nsig algorithm support
This commit is contained in:
parent
47509b4f06
commit
83734dfdc5
@ -13,7 +13,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Python deps
|
# Python deps
|
||||||
COPY requirements.txt .
|
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
|
# App code
|
||||||
COPY app/ ./app/
|
COPY app/ ./app/
|
||||||
|
|||||||
@ -5,4 +5,4 @@ pydantic==2.9.2
|
|||||||
faster-whisper==1.0.3
|
faster-whisper==1.0.3
|
||||||
opencv-python-headless==4.10.0.84
|
opencv-python-headless==4.10.0.84
|
||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
yt-dlp==2024.10.7
|
yt-dlp>=2025.10.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user