Fix YouTube 500 error (n-challenge) and Telegram callback_data overflow
This commit is contained in:
parent
4629535e97
commit
326eabaa99
12 changed files with 292 additions and 254 deletions
|
|
@ -1,9 +1,11 @@
|
|||
FROM python:3.11-slim
|
||||
|
||||
# Устанавливаем зависимости для yt-dlp
|
||||
# Устанавливаем зависимости для yt-dlp (включая Node.js для JS runtime)
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ffmpeg \
|
||||
wget \
|
||||
nodejs \
|
||||
npm \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue