-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
45 lines (38 loc) · 1.93 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Convert YouTube shorts to Video URLS, Easy & Quick!">
<meta name="keywords" content="Convert YouTube Shorts URLS To YouTube Video URLS, Convert Mass YouTube Short URLS, How To Convert YouTube Short URLS, youtube shorts converter, short to youtube video converter">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Convert YouTube shorts to Video URL.</title>
<script type="module" src="dist/js/main.min.js"></script>
<link rel="stylesheet" href="dist/css/main.min.css">
<!-- analytics. -->
<script async src="https://eu.umami.is/script.js" data-website-id="710801cb-cea9-4706-aace-f7eaf5884cbd"></script>
</head>
<body>
<!-- Main Container. -->
<div class="container">
<!-- Header. -->
<div class="convertField_instruction-header">
<h1> Convert YouTube shorts to Video URL.</h1>
</div>
<!-- convertField. -->
<div class="convertField">
<textarea id="convertField" placeholder="Place YouTube links" maxlength="20000"></textarea>
<!-- Example Of Usage To Convert YouTube Shorts To Video URL. -->
<div class="convertField-example">
<p>Paste one link per line. Like this: <br> https://www.youtube.com/shorts/r4kL2tqwiOE <br> https://www.youtube.com/shorts/aHYjO6gRjjE</p>
</div>
<!-- Button To Convert YouTube Shorts URLS To YouTube Video URL. -->
<button id="convertField-button">Convert</button>
<br>
<br>
<textarea placeholder="Results Appears Here." disabled id="convertField-results" maxlength="20000"></textarea>
<br>
<!-- Button To Copy YouTube Shorts URLS To YouTube Video URL results. -->
<button id="convertField-copy">Copy To Clipboard</button>
</div>
</body>
</html>