dude no it was yt-dlp

This commit is contained in:
2025-07-20 14:48:32 +05:30
parent 64c674a750
commit 370ce90f61

11
yt-dlp Normal file
View File

@@ -0,0 +1,11 @@
FROM python:3.13-alpine3.21
RUN apk add --no-cache \
ffmpeg
RUN pip install yt-dlp
WORKDIR /mount
VOLUME /mount
ENTRYPOINT ["yt-dlp"]