use yt-dlp with commit hash

This commit is contained in:
Benny 2024-03-01 21:40:17 +01:00
parent 5be9d65f38
commit e297ceb64d
No known key found for this signature in database
GPG key ID: 6CD0DBDA5235D481
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
FROM python:3.11 as builder
ADD requirements.txt /tmp/
RUN pip3 install --user -r /tmp/requirements.txt && rm /tmp/requirements.txt
RUN apt update && apt install -y git && pip3 install --user -r /tmp/requirements.txt && rm /tmp/requirements.txt
FROM python:3.11-slim

View file

@ -1,6 +1,6 @@
pyrogram==2.0.106
tgcrypto==1.2.5
yt-dlp==2023.12.30
git+https://github.com/yt-dlp/yt-dlp@413d3675804599bc8fe419c19e36490fd8f0b30f
APScheduler==3.10.4
beautifultable==1.1.0
ffmpeg-python==0.2.0
@ -14,7 +14,7 @@ beautifulsoup4==4.12.3
fakeredis==2.21.1
supervisor==4.2.5
tgbot-ping==1.0.7
redis==5.0.1
redis==5.0.2
requests==2.31.0
tqdm==4.66.2
requests-toolbelt==1.0.0