Skip to content

Commit

Permalink
use yt-dlp with commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Mar 1, 2024
1 parent 5be9d65 commit e297ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit e297ceb

Please sign in to comment.