Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcopiovanello/yt-dlp-vue

Vue3 frontend for yt-dlp-rpc
https://github.com/marcopiovanello/yt-dlp-vue

self-hosted youtube-dl yt-dlp yt-dlp-web-ui yt-dlp-wrapper

Last synced: 16 days ago
JSON representation

Vue3 frontend for yt-dlp-rpc

Awesome Lists containing this project

README

        

# yt-dlp-vue

Vue3 frontend for [yt-dlp-rpc](https://github.com/marcopeocchi/yt-dlp-rpc)

Heavily inspired by [vueTorrent](https://github.com/WDaan/VueTorrent)

![hello](https://i.ibb.co/BNCg1PT/image-2022-11-10-14-14-21.png)

## Run with Docker (All-in-One image)
```sh
docker run -p 80:80 -p 4444:4444 -v YOUR_DIR:/usr/src/yt-dlp-rpc/downloads ghcr.io/marcopeocchi/yt-dlp-vue:main
```

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```