Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YT-DLP web app

Report Bug · Request Feature

Contributors Forks Stargazers Issues License LinkedIn

dotNET TypeScript Svelte TailwindCSS

UPDATE: App support has stopped in favor of my new project Vidra







Overview

A web interface that leverages YT-DLP's capabilities to make downloading and storing content user-friendly. It can be used as a standalone app that you run locally, or you can host it and use it on all of your devices. It features both light and dark themes and is designed with a mobile-friendly layout in mind, for smaller devices.

Layout preview

Site_Desktop_Dark Site_Mobile_Dark

Docker Deployment

You can deploy the app using Docker by either pulling the image and running it with docker run or by using docker-compose. Here’s how to do both:

Using docker run

To start the container, use the following command:

docker run -d \
  --name yt-dlp-web-app \
  -p 41001:41001 \
  -v /hostpath/downloads:/app/yt-dlp-web/backend/Downloads \
  -v /hostpath/database:/app/yt-dlp-web/backend/Database \
  --restart unless-stopped \
  azmek/yt-dlp-web-app:latest

Using docker-compose

Alternatively, you can use Docker Compose to deploy the app. Create a docker-compose.yml file with the following content and run it using docker-compose up -d:

services:
  yt-dlp-web-app:
    image: azmek/yt-dlp-web-app:latest
    ports:
      - 41001:41001
    volumes:
      - /hostpath/downloads:/app/yt-dlp-web/backend/Downloads
      - /hostpath/database:/app/yt-dlp-web/backend/Database
    restart: unless-stopped

Bugs, issues, questions and requests

  1. If you encounter any bug please check the issues page to see if it has been reported and/or fixed.
  2. If you determine that it hasn't feel free to open one.
  3. If you would like to request a feature, feel free to open an issue, however I cannot promise it will be implemented.

About

An easy to use app for downloading and managing videos, intended for self hosting,

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages