-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
149 lines (141 loc) · 4.75 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!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" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-83YQGDEZP9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-83YQGDEZP9');
</script>
<link rel="stylesheet" href="./css/style.css" type="text/css" />
<link rel="stylesheet" href="./css/responsive.css" type="text/css" />
<title>YouTube video and audio downloader</title>
<link rel="icon" type="image/png" href="https://harshilchovatiya.github.io/images/android-chrome-192x192.png">
<meta name="title" content="YouTube video downloader | " />
<meta
name="description"
content="Download any YouTube video in all available qualities and formats!"
/>
<meta name="keywords" content="YouTube video downloads, YouTube audio downloads, high clarity video downloads, download YouTube videos, download YouTube audio, download high definition videos, download YouTube MP3, YouTube downloader, online video downloader, YouTube to MP3 converter, convert YouTube videos, download YouTube music, video downloader, audio downloader, HD video downloader, download MP4 videos, download HD videos, download 1080p videos">
<meta property="og:type" content="website" />
<meta name="monetag" content="4afa54eee3fd3349445b27286efe630a">
<meta property="og:url" content="" />
<meta property="og:title" content="YouTube video and audio downloader" />
<meta name="google-adsense-account" content="ca-pub-8410541991147444">
<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="" />
<meta
property="twitter:title"
content="YouTube video downloader"
/>
<meta
property="twitter:description"
content="Download any YouTube video in all available qualities and formats!"
/>
<meta property="twitter:image" content="./assets/images/fevicon.png" />
</head>
<body class="unselectable">
<script type="text/javascript">
atOptions = {
'key' : '8c80fa934bf1939f8fb242cc8f806534',
'format' : 'iframe',
'height' : 300,
'width' : 160,
'params' : {}
};
</script>
<script type="text/javascript" src="//www.topcreativeformat.com/8c80fa934bf1939f8fb242cc8f806534/invoke.js"></script>
<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="" />
</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">
Please click the URL you pasted to download the Video!
</p>
<div class="social-wrap c">
<a
href="#"
target="_blank"
class="social-icon"
>
<i class="bi bi-github"></i>
</a>
<a
href="#"
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>