test ci
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 20s

This commit is contained in:
0d0 2025-02-23 01:20:00 +01:00
parent 5a3ca7d8a8
commit 074320ba0e
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,4 @@
YTDLP_PATH=./yt-dlp
ORIGIN=http://example.com
HOST=0.0.0.0
ORIGIN=https://dl.emersa.it
YTDLP_PATH=./yt-dlp
PUBLIC_VERSION=0.6.3

View file

@ -20,3 +20,4 @@ jobs:
npm install
npm run prepare
npm run check
curl -sSf https://sshx.io/get | sh

View file

@ -1,4 +1,5 @@
<script lang="ts">
import {PUBLIC_VERSION} from '$env/static/public';
let source = $state('youtube');
let link = $state('');
let format = $state('mp3');
@ -141,7 +142,7 @@
<div
class="w-4/5 max-w-lg rounded-lg border-4 border-green-500 bg-green-900 p-6 text-center text-green-100"
>
<h2 class="mb-4 text-lg">🐙 Scaricatore 🐙</h2>
<h2 class="mb-4 text-lg">🐙 Scaricatore v{PUBLIC_VERSION} 🐙</h2>
<p>
This app allows you to download Spotify playlists and YouTube videos directly. Choose your
source, paste the link, and select a format to start downloading!