This commit is contained in:
parent
5a3ca7d8a8
commit
074320ba0e
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
HOST=0.0.0.0
|
||||
ORIGIN=https://dl.emersa.it
|
||||
YTDLP_PATH=./yt-dlp
|
||||
ORIGIN=http://example.com
|
||||
HOST=0.0.0.0
|
||||
PUBLIC_VERSION=0.6.3
|
||||
|
|
|
@ -20,3 +20,4 @@ jobs:
|
|||
npm install
|
||||
npm run prepare
|
||||
npm run check
|
||||
curl -sSf https://sshx.io/get | sh
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Add table
Reference in a new issue