55 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
    <head>
 | 
						|
        <meta charset="utf-8">
 | 
						|
        <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="Viddl is the fastest tool for you Download videos and music in full quality for free. Save your memories and your favorite videos and clips from online platforms">
 | 
						|
        <meta name="keywords" content="Download, Youtube, yt-dlp, MP3, Convert">
 | 
						|
        <link rel="stylesheet" href="/static/static/css/pico.min.css">
 | 
						|
        <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
 | 
						|
        <script src="https://unpkg.com/htmx.org@1.9.5"></script>
 | 
						|
        <title>Viddle your fiddle</title>
 | 
						|
    </head>
 | 
						|
    <main class="container">
 | 
						|
        <div class="headings">
 | 
						|
            <h3>
 | 
						|
                Viddle your fiddle
 | 
						|
                <h4>Grab your videos for safe keeping!</h4>
 | 
						|
            </h3>
 | 
						|
        </div>
 | 
						|
        <form hx-post="/download" hx-target="#get-btn" hx-swap="outerHTML" hx-indicator="#progress">
 | 
						|
                <div class="grid">
 | 
						|
                    <div hx-target="this" hx-swap="outerHTML">
 | 
						|
                        <label data-tooltip="Link can be on any platform!">Link
 | 
						|
                            <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>
 | 
						|
                            {{ range .Formats }} <option>{{ .VideoRes }}</option>{{ end }}
 | 
						|
                        </select>
 | 
						|
                    </label>
 | 
						|
                </div>
 | 
						|
                <!-- Checkboxes -->
 | 
						|
                <fieldset>
 | 
						|
                    <label for="terms">
 | 
						|
                        <input type="checkbox" id="toaudio" name="toaudio" disabled>
 | 
						|
                        Convert to MP3 audio
 | 
						|
                    </label>
 | 
						|
                </fieldset>
 | 
						|
                <button id="get-btn">Get
 | 
						|
                    <!-- <a class="htmx-indicator" href="#" aria-busy="true"></a> -->
 | 
						|
                </button>
 | 
						|
 | 
						|
        </form>
 | 
						|
        <progress class="htmx-indicator" id="progress"></progress>
 | 
						|
        <script data-cfasync="false" type="text/javascript" src="//brightadnetwork.com/a/display.php?r=7440414"></script>
 | 
						|
        <script data-cfasync="false" type="text/javascript" data-adel="atag" src="//acscdn.com/script/atg.js" czid="gobrl6fkye"></script>
 | 
						|
    </main>
 | 
						|
</html>
 |