-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
128 lines (118 loc) · 4.04 KB
/
index.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/style.css" type="text/css" />
<link rel="stylesheet" href="./css/responsive.css" type="text/css" />
<title>YouTube video downloader | Harshil Chovatiya</title>
<link rel="icon" type="image/png" href="https://harshilchovatiya.github.io/images/android-chrome-192x192.png">
<meta name="title" content="YouTube video downloader | Harshil Chovatiya" />
<meta name="description" content="Easily download any YouTube video in all available qualities and formats with our user-friendly YouTube Video Downloader. Fast, secure, and free!">
<meta name="keywords" content="YouTube downloader, download YouTube videos, video download, free video download">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://harshilchovatiya.github.io/Youtube-Video-Downloder/" />
<meta property="og:title" content="YouTube video downloader | Harshil Chovatiya" />
<meta
property="og:description"
content="Download any YouTube video in all available qualities and formats!"
/>
<meta property="og:image" content="./assets/images/fevicon.png" />
<meta property="twitter:card" content="./assets/images/fevicon.png" />
<meta property="twitter:url" content="https://harshilchovatiya.github.io/Youtube-Video-Downloder/" />
<meta
property="twitter:title"
content="YouTube video downloader | Harshil Chovatiya"
/>
<meta
property="twitter:description"
content="Download any YouTube video in all available qualities and formats! | Harshil Chovatiya "
/>
<meta property="twitter:image" content="./assets/images/fevicon.png" />
</head>
<body class="unselectable">
<div class="main-wrapper cv">
<div class="inner-controller">
<div class="close-btn c">
<i class="bi bi-x"></i>
</div>
<div class="yt-info">
<div class="yt-image">
<img
src="./assets/images/fevicon.webp"
alt="yt-thumbnail"
class="yt-info-img"
/>
<div class="yt-text">
<h1 class="yt-title"></h1>
<div class="cv">
<img
src="./assets/images/loading.svg"
alt="YouTube Icon"
class="yt-channel-icon"
/>
<h4 class="yt-channel-name"></h4>
</div>
<div class="yt-d"></div>
</div>
</div>
<div class="download-item"></div>
</div>
<div class="loading-screen c">
<img src="./assets/images/loading.svg" alt="harshil Chovatiya" />
</div>
</div>
<div class="input-wrap c">
<div class="inner-wrapper">
<img
class="main-logo"
src="./assets/images/tl.webp"
alt="Hrshil"
/>
<div class="link-box">
<input
type="text"
class="link-input"
placeholder="Video link here..."
/>
</div>
<p class="intro-description">
Download any YouTube video in all available qualities and formats!
</p>
<div class="social-wrap c">
<a
href="https://github.com/harshilchovatiya/"
target="_blank"
class="social-icon"
>
<i class="bi bi-github"></i>
</a>
<a
href="https://twitter.com/intent/tweet?url=hello"
target="_blank"
class="social-icon"
>
<i class="bi bi-twitter"></i>
</a>
</div>
</div>
</div>
</div>
</body>
<!-- External CDNs -->
<script async src="https://cdn.splitbee.io/sb.js"></script>
<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/downloadjs/1.4.8/download.min.js"></script>
<!-- App Scripts -->
<script src="./js/youtube.js"></script>
<script src="./js/app.ui.js"></script>
<script src="./js/app.js"></script>
<!--
https://github.com/Fabrisdev/ztube
https://github.com/CyberTitus/YTDL
https://github.com/jeffwang4321/MP3
https://github.com/gentritabazi/do-insta
https://github.com/feriferdinan/saveme
-->
</html>