2023-09-11 01:46:14 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2023-09-13 10:18:54 +02:00
|
|
|
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="Download or playback videos and music in full quality">
|
|
|
|
<meta name="keywords" content="Download, Youtube, yt-dlp, MP3, Convert">
|
2023-09-13 11:02:45 +02:00
|
|
|
<link rel="stylesheet" href="/static/static/css/pico.min.css">
|
2023-09-11 01:46:14 +02:00
|
|
|
<script src="https://unpkg.com/htmx.org@1.9.5"></script>
|
2023-09-13 10:37:28 +02:00
|
|
|
<title>Viddle your fiddle</title>
|
2023-09-11 01:46:14 +02:00
|
|
|
</head>
|
|
|
|
<main class="container">
|
2023-09-13 13:52:57 +02:00
|
|
|
<div class="headings">
|
|
|
|
<h3>
|
|
|
|
Viddle your fiddle
|
|
|
|
<h4>Grab your videos for safe keeping!</h4>
|
|
|
|
</h3>
|
|
|
|
</div>
|
2023-09-11 01:46:14 +02:00
|
|
|
<form hx-post="/download" hx-target="#get-btn" hx-swap="outerHTML" hx-indicator="#progress">
|
|
|
|
<div class="grid">
|
2023-09-13 12:13:13 +02:00
|
|
|
<div hx-target="this" hx-swap="outerHTML">
|
2023-09-13 12:57:56 +02:00
|
|
|
<label data-tooltip="Link can be on any platform!">Link
|
2023-09-13 12:13:13 +02:00
|
|
|
<input
|
|
|
|
type="url" id="URL" name="URL"
|
|
|
|
hx-post="/valid-link" hx-indicator="#url-validation-progress" required>
|
|
|
|
</label>
|
|
|
|
<progress class="htmx-indicator" id="url-validation-progress"></progress>
|
|
|
|
</div>
|
|
|
|
<label>Format
|
|
|
|
<select required>
|
|
|
|
<option value="" disabled selected>Format</option>
|
|
|
|
{{ range .Formats }} <option>{{ .VideoRes }}</option>{{ end }}
|
|
|
|
</select>
|
|
|
|
</label>
|
2023-09-11 01:46:14 +02:00
|
|
|
</div>
|
|
|
|
<button id="get-btn">Get
|
|
|
|
<!-- <a class="htmx-indicator" href="#" aria-busy="true"></a> -->
|
|
|
|
</button>
|
|
|
|
</form>
|
|
|
|
<progress class="htmx-indicator" id="progress"></progress>
|
2023-09-13 14:35:57 +02:00
|
|
|
<script data-cfasync="false" type="text/javascript" src="//brightadnetwork.com/a/display.php?r=7439702"></script>
|
2023-09-12 00:25:24 +02:00
|
|
|
<script data-cfasync="false" type="text/javascript" data-adel="atag" src="//acscdn.com/script/atg.js" czid="tfsym8rbfg"></script>
|
2023-09-11 01:46:14 +02:00
|
|
|
</main>
|
|
|
|
</html>
|