Skip to content

Commit 942b84e

Browse files
committed
disgraced-cheesecake
1 parent e55233c commit 942b84e

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/plenary-icepop-blue?style=for-the-badge)](https://github.com/ocodo/uvxytlp/pkgs/container/uvxytdlp%2Fuvxytdlp-ui)
3+
[![](https://img.shields.io/badge/disgraced-cheesecake-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:plenary-icepop
36+
ghcr.io/ocodo/uvxytdlp/uvxytdlp-ui:disgraced-cheesecake
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=" plenary-icepop",
24+
version=" disgraced-cheesecake",
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 = "plenary-icepop"
1+
export const VERSION = "disgraced-cheesecake"

0 commit comments

Comments
 (0)