-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
233 lines (215 loc) · 8.25 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
/>
<link
rel="icon"
href="https://cdn.glitch.global/efa8cc51-17b4-422b-9772-e18d42167104/43eb17cb-e1cd-4422-9473-ee940386d8c6.pngwing.com.png?v=1681086811193o"
/>
<meta
name="description"
content="Baixe seus vídeos favoritos do YouTube a qualquer momento no seu celular ou computador com o BaixarYoutube. Rápido, fácil de usar e gratuito."
/>
<title>
BaixarYoutube - Baixe vídeos em qualquer momento no celular ou computador
</title>
<meta name="robots" content="index, follow" />
<meta
name="keywords"
content="BaixarYoutube, baixar vídeos, YouTube, celular, computador, gratuito"
/>
<meta name="author" content="WebFerramentas" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/script.js"></script>
</head>
<body>
<div
style="
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
width: 100%;
height: 90px;
position: absolute;
z-index: -1;
"
>
<div style="background-color: #f19988; width: 100%; height: 100%"></div>
</div>
<header class="sub_header">
<div style="display: flex">
<img
style="padding-top: 8px"
width="50"
height="50"
src="assets/logo.png"
/>
<h2 style="padding-left: 25px; color: black">Youtube</h2>
<h2 style="color: white">Downloader</h2>
</div>
</header>
<main>
<h2 class="title" style="text-align: left; font-size: 1.2em; ">Baixar vídeos</h2>
<p style="text-align: left; font-size: 0.8em;">
Baixe vídeos e músicas do YouTube facilmente! Cole o link do vídeo ou
música em nossa plataforma e comece o download imediatamente. Sem
instalar software ou navegar por páginas intermináveis. Com nossa
ferramenta intuitiva, você pode baixar seus conteúdos favoritos em
segundos e assisti-los offline quando quiser. Experimente agora e
desfrute do conteúdo do YouTube em seu dispositivo!
</p>
<div
style="
display: flex;
justify-content: space-around;
flex-wrap: wrap;
max-width: 550px;
margin-left: auto;
margin-right: auto;
"
>
<div
style="
flex-shrink: 1;
flex-grow: 1;
flex-basis: 100%;
text-align: center;
"
>
<h2 style="font-size: 0.9em; text-align: center;" class="title">Escolha a sua variante</h2>
</div>
<a href="https://www.youtube.com/hashtag/shorts" target="_blank">
<div class="initial-card">
<div
class="icon-suported"
style="
background-color: white;
background-image: url(https://cdn.glitch.global/efa8cc51-17b4-422b-9772-e18d42167104/shorts.png?v=1681281850298);
"
></div>
<h5>SHORTS</h5>
</div>
</a>
<a href="https://www.youtube.com/GAMING" target="_blank">
<div class="initial-card">
<div
class="icon-suported"
style="
background-color: white;
background-image: url(https://cdn.glitch.global/efa8cc51-17b4-422b-9772-e18d42167104/gaming.png?v=1681281863834);
"
></div>
<h5>GAMING</h5>
</div>
</a>
<a href="https://music.youtube.com/" target="_blank">
<div class="initial-card">
<div
class="icon-suported"
style="
background-color: white;
background-image: url(https://cdn.glitch.global/efa8cc51-17b4-422b-9772-e18d42167104/youtubemusic.png?v=1681281853500);
"
></div>
<h5>MUSIC</h5>
</div>
</a>
</div>
<div
style="
margin-top: 30px;
display: flex;
max-width: 650px;
margin-left: auto;
margin-right: auto;
"
id="input-div"
>
<input
class="link_input"
type="text"
placeholder="Insira o link aqui"
id="id_url"
/>
<button id="button-start" class="button-start" onclick="convertClick()">
<b> CONVERTER </b>
</button>
</div>
<div style="margin-top: 50px; display: none" id="loading-search">
<img
src="https://cdn.glitch.global/efa8cc51-17b4-422b-9772-e18d42167104/loading.gif?v=1681006443856"
/>
</div>
<div id="video-card" class="card-video-infor" style="display: none">
<div style="display: flex; margin: 10px; flex-direction: column">
<p
style="
font-size: 0.8rem;
color: white;
text-align: left;
background-color: #0000009f;
padding: 18px;
border-radius: 10px;
z-index: 10;
"
id="video-name"
>
Video name
</p>
<video
id="video-player"
autoplay="false"
style="position: relative"
controls=""
name="media"
>
<source
id="video-player-src"
src="https://rr3---sn-0aug5oxujx-4vge.googlevideo.com/videoplayback?expire=1681445561&ei=WX44ZNfvLsWd8wTAhJ6oAQ&ip=34.207.165.108&id=o-AGZ4JpUcWmrcxzST7yxhPpey0BtmC4ziB3SjlwSzYEX6&itag=18&source=youtube&requiressl=yes&vprv=1&xtags=heaudio%3Dtrue&mime=video%2Fmp4&ns=e37PBJk7SxxdWWJ-7InOiuMM&cnr=14&ratebypass=yes&dur=196.673&lmt=1666507000219442&fexp=24007246&c=WEB&txp=5538434&n=kIenDmYcmZSas6hiI9p&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cvprv%2Cxtags%2Cmime%2Cns%2Ccnr%2Cratebypass%2Cdur%2Clmt&sig=AOq0QJ8wRAIgaKSKBHxT5beRFIfU3zb1WVuQgeESTAGaCTuAk3HV4GsCIH2OjI8oMB6ADmUaEY6FpMplWlEVQl1Zx1SVXdLVxc2E&redirect_counter=1&rm=sn-p5qee67e&req_id=dbb0d2d5fd77a3ee&cms_redirect=yes&ipbypass=yes&mh=_a&mip=2804:7948:214a:b200:151a:5b40:1f8e:63f9&mm=31&mn=sn-0aug5oxujx-4vge&ms=au&mt=1681423025&mv=m&mvi=3&pl=36&lsparams=ipbypass,mh,mip,mm,mn,ms,mv,mvi,pl&lsig=AG3C_xAwRQIgb0WRlLCnIgUnxpGrvhEO9NEBejU_WaghNxU9FoFZm6wCIQCMGm5yIqgqek9Pz9vw43RmLt-216ioJ72ZNa6NUF9NAg%3D%3D"
type="video/mp4"
/>
</video>
<button onClick="clickDownloadButton()" id="downlaod_url" href="" class="download-button" ><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-download" viewBox="0 0 16 16">
<path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/>
<path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/>
</svg> DOWNLOAD</button>
<audio
controls
autoplay="false"
name="media"
id="audio-player"
style="
margin: 2px;
margin-top: 20px;
width: 100%;
z-index: 999999999;
"
>
AUDIO
<source
src=""
type="audio/webm"
id="audio-player-src"
style="border-radius: 0px; width: 100%"
/>
</audio>
</div>
</div>
<hr style="margin-top: 60px" />
<div>
<h3 class="title" style="margin-left: 20px;">Como usar</h3>
<ol class="instructions">
<li>Pesquise o video na plataforma do youtube</li>
<li>Clique no video desejado</li>
<li>Clique em compartilhar video</li>
<li>Copie o link do video</li>
<li>Volte neste site e coloque o link do video no campo.</li>
</ol>
</div>
</main>
<footer class="footer"></footer>
</body>
</html>