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 @@
HOST=0.0.0.0
ORIGIN=https://dl.emersa.it
YTDLP_PATH=./yt-dlp YTDLP_PATH=./yt-dlp
ORIGIN=http://example.com PUBLIC_VERSION=0.6.3
HOST=0.0.0.0

View file

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

View file

@ -1,4 +1,5 @@
<script lang="ts"> <script lang="ts">
import {PUBLIC_VERSION} from '$env/static/public';
let source = $state('youtube'); let source = $state('youtube');
let link = $state(''); let link = $state('');
let format = $state('mp3'); let format = $state('mp3');
@ -141,7 +142,7 @@
<div <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" 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> <p>
This app allows you to download Spotify playlists and YouTube videos directly. Choose your 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! source, paste the link, and select a format to start downloading!