Skip to content

Commit 703359b

Browse files
committed
bigly-tyrannus
1 parent 09b4466 commit 703359b

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

0 commit comments

Comments
 (0)