feat: Add social media video import (YouTube, TikTok, Instagram) (#6764)

Co-authored-by: Maxime Louward <61564950+mlouward@users.noreply.github.com>
Co-authored-by: Michael Genson <genson.michael@gmail.com>
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Aurelien
2026-03-09 21:44:27 +01:00
committed by GitHub
parent 5a223aa92d
commit 1344f1674d
25 changed files with 563 additions and 45 deletions

View File

@@ -21,6 +21,7 @@ RUN apt-get update \
&& apt-get install --no-install-recommends -y \
curl \
build-essential \
ffmpeg \
libpq-dev \
libwebp-dev \
libsasl2-dev libldap2-dev libssl-dev \