modified: Dockerfile
modified: app.py
This commit is contained in:
@@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
# Ensure yt-dlp is up-to-date so extractor fixes are applied
|
||||
RUN pip install --no-cache-dir -U yt-dlp
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user