Добавить пересылку коротких YouTube-роликов в MAX как видео.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Taz
2026-08-09 15:42:05 +02:00
co-authored by Cursor
parent c6091fb581
commit 84380e9798
5 changed files with 264 additions and 5 deletions
+3
View File
@@ -12,6 +12,9 @@ RUN BUILD_DATE=$(date -u +%Y-%m-%dT%H:%M:%SZ) && \
go build -ldflags "-X main.Version=${VERSION} -X main.BuildDate=$BUILD_DATE" -o chat-bridge .
FROM alpine:latest
RUN apk add --no-cache ca-certificates ffmpeg python3 py3-pip \
&& pip3 install --break-system-packages --no-cache-dir yt-dlp \
&& yt-dlp --version
WORKDIR /app
COPY --from=builder /app/chat-bridge .