Skip to content

Commit 6e66251

Browse files
committed
myriad-facepalms
1 parent 932fb5f commit 6e66251

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uvxytdlp-ui
22

3-
[![](https://img.shields.io/badge/algebraic-dunce-array-blue?style=for-the-badge)](https://github.com/ocodo/uvxytlp/pkgs/container/uvxytdlp%2Fuvxytdlp-ui)
3+
[![](https://img.shields.io/badge/myriad-facepalms-blue?style=for-the-badge)](https://github.com/ocodo/uvxytlp/pkgs/container/uvxytdlp%2Fuvxytdlp-ui)
44

55
Download and playback web video and audio locally, powered by [yt-dlp](https://github.com/yt-dlp/yt-dlp), [uvx](https://astral.sh/uv) with [Vite](https://vitejs.dev), [React](https://react.dev), [Tailwind CSS](https://tailwindcss.com), [Shadcn/ui](https://ui.shadcn.com) and [FastAPI](https://fastapi.tiangolo.com/) providing the basis for the WebUI and API Service.
66

@@ -33,7 +33,7 @@ sudo docker run -d \
3333
-p 8080:80 \
3434
-v /path/to/your/downloads:/ytdlp-downloads \
3535
--name uvxytdlp-ui-container \
36-
ghcr.io/ocodo/uvxytdlp/uvxytdlp-ui:algebraic-dunce-array
36+
ghcr.io/ocodo/uvxytdlp/uvxytdlp-ui:myriad-facepalms
3737
```
3838

3939
Then go to http://localhost:8080

apiserver/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
app = FastAPI(
2323
title="API for uvxytdlp",
24-
version=" algebraic-dunce-array",
24+
version=" myriad-facepalms",
2525
docs_url=None,
2626
redoc_url=None,
2727
openapi_url="/api/openapi.json",

src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "algebraic-dunce-array"
1+
export const VERSION = "myriad-facepalms"

0 commit comments

Comments
 (0)