# yt-dlp Web UI

Interface simple pour télécharger facilement des vidéos YouTube, Twitch, X.com, etc.
[![](https://wiki.favrep.ch/uploads/images/gallery/2025-09/scaled-1680-/image-1757700197695.png)](https://wiki.favrep.ch/uploads/images/gallery/2025-09/image-1757700197695.png)
[![](https://wiki.favrep.ch/uploads/images/gallery/2025-09/scaled-1680-/image-1757700225045.png)](https://wiki.favrep.ch/uploads/images/gallery/2025-09/image-1757700225045.png)
[![](https://wiki.favrep.ch/uploads/images/gallery/2025-09/image-1757699909547.gif)](https://wiki.favrep.ch/uploads/images/gallery/2025-09/image-1757699909547.gif)

### 1. Docker Compose
```
services:
  yt-dlp-webui:
      image: marcobaobao/yt-dlp-webui
      container_name: yt-dlp-webui
      restart: unless-stopped
      ports:
          - 3033:3033
      volumes:
          - /chemindestockage/yt-dlp-webui:/downloads  # Changez le chemin du dossier
```
### 2. Accéder à l’interface web
```
http://<ip_serveur>:3033
```