Skip to content

Commit 3cdc8b6

Browse files
committed
icecream-chromacrawl
1 parent bda666f commit 3cdc8b6

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/bananacream-prophecy-blue?style=for-the-badge)](https://github.com/ocodo/uvxytlp/pkgs/container/uvxytdlp%2Fuvxytdlp-ui)
3+
[![](https://img.shields.io/badge/icecream-chromacrawl-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:bananacream-prophecy
36+
ghcr.io/ocodo/uvxytdlp/uvxytdlp-ui:icecream-chromacrawl
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
@@ -19,7 +19,7 @@
1919

2020
app = FastAPI(
2121
title="API for uvxytdlp",
22-
version=" bananacream-prophecy",
22+
version=" icecream-chromacrawl",
2323
docs_url=None,
2424
redoc_url=None,
2525
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 = "bananacream-prophecy"
1+
export const VERSION = "icecream-chromacrawl"

0 commit comments

Comments
 (0)