Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcopiovanello/yt-dlp-vue
- Owner: marcopiovanello
- Created: 2022-11-10T13:56:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T15:18:05.000Z (about 2 years ago)
- Last Synced: 2024-12-26T12:03:57.827Z (30 days ago)
- Topics: self-hosted, youtube-dl, yt-dlp, yt-dlp-web-ui, yt-dlp-wrapper
- Language: Vue
- Homepage:
- Size: 56.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```