-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
135 lines (116 loc) · 6.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<title style="display: inline; color: #222fff;">YouTube Thumbnail Downloader</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Common Tags -->
<meta content='#ffffff' name='theme-color' />
<meta name="google-site-verification" content="l63JXlWQs-j4VoqMk08NT1TYgur8GN-zDwWoJBv3QGY" />
<meta name="google-site-verification" content="RXRbLLWgsjg0-8nyEaF0pFWYITt-xCT4FEAkw-NNUCg" />
<meta name="keywords"
content="YouTube, YouTube Thumbnail Downloader, Thumbnail Downloader, Thumbnails, Download Thumbnails, Download YouTube Thumbails, YouTube Video Thumbnail Downloader, Youtube Thumbnail Downloader, YT, YT Thumbnail Downloader, Youtube Thumbnail Downloader HD, YouTube Thumbnail Downloader Online, Clean and Simple YouTube Thumbnail Downloader, CLean and Simple, YouTube Thumbnails, YouTube HD Thumbnail Downloader, High Definition Thumbnail Downoader, YT Thumbnail Research, Download YouTube Thumbnail, Download YouTube Thumbnails Easily">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta property="og:title" content="YouTube Thumbnail Downloader" />
<meta property="og:description"
content="Download YouTube video thumbnails with ease. Free, Clean & Simple YouTube Thumbnail Downloader for you." />
<meta property="og:image"
content="https://raw.github.com/harsh98trivedi/YouTube-Thumbnail-Downloader/master/images/meta.jpg" />
<meta property="og:url" content="https://www.youtubethumbnaildownloaderonline.com" />
<meta property="og:site_name" content="YouTube Thumbnail Downloader" />
<meta property="og:locale" content="en_US" />
<meta property="fb:admins" content="245221532650178" />
<meta property="og:type" content="website" />
<meta content='https://www.facebook.com/TheHarshTrivedi' property='article:author' />
<meta property="og:url" content="https://www.youtubethumbnaildownloaderonline.com" />
<!-- Search Engine -->
<meta property="description"
content="Download YouTube video thumbnails with ease. Free, Clean & Simple YouTube Thumbnail Downloader for you." />
<meta property="image"
content="https://raw.github.com/harsh98trivedi/YouTube-Thumbnail-Downloader/master/images/meta.jpg" />
<!-- Schema.org for Google -->
<meta itemprop="name" content="YouTube Thumbnail Downloader" />
<meta itemprop="description"
content="Download YouTube video thumbnails with ease. Free, Clean & Simple YouTube Thumbnail Downloader for you." />
<meta itemprop="image"
content="https://raw.github.com/harsh98trivedi/YouTube-Thumbnail-Downloader/master/images/meta.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="YouTube Thumbnail Downloader" />
<meta property="twitter:description"
content="Download YouTube video thumbnails with ease. Free, Clean & Simple YouTube Thumbnail Downloader for you." />
<meta property="twitter:creator" content="@harsh98trivedi" />
<meta property="twitter:creator:id" content="@harsh98trivedi" />
<meta property="twitter:image:src"
content="https://raw.github.com/harsh98trivedi/YouTube-Thumbnail-Downloader/master/images/meta.jpg" />
<meta property="twitter:image" content="YouTube Thumbnail Downloader | Download YouTube thumbnails with ease." />
<link rel='icon' type='image/x-icon' href='images/favicon.png' />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Dosis:500" rel="stylesheet">
<script>
function myFunction() {
if (document.getElementById('ytlink').value == ""){
alert("ENTER A YOUTUBE VIDEO URL");
}
else if (sentence.includes('youtu.be')){
var result = sentence.replace("https://youtu.be/", "https://www.youtube.com/watch?v=");
document.getElementById('ytlink').value = result;
var value1 = document.getElementById("ytlink").value;
const str = value1;
const after_ = str.substring(str.indexOf('=') + 1);
const valfinal = "https://www.youtubethumbnaildownloaderonline.com/?id=" + after_;
window.open(valfinal,'_blank');
}
else {
var value = document.getElementById("ytlink").value;
const str = value;
const after_ = str.substring(str.indexOf('=') + 1);
const valfinal = "https://www.youtubethumbnaildownloaderonline.com/?id=" + after_;
window.open(valfinal,'_blank');
}
}
</script>
</head>
<body>
<center><nav class="navbar container-fluid site-gradient text-center" id="nav">
<a style="outline:none; text-decoration: none;" id="header-links"
href="https://www.youtubethumbnaildownloaderonline.com">
<h1 style="background-image: linear-gradient(to right,#fd7524 ,#f64c84); margin:-10px; padding:10px; color:white;" id="header">YOUTUBE THUMBNAIL DOWNLOADER</h1>
</a>
</nav>
<br>
<div class="container text-center" id="main">
<div id="result" class="hidden">
<!-- THUMBNAIL PREVIEW -->
<img class="shadow" id="thumbnailpreview" src="images/placeholder.gif"
onerror="this.style.display='none'" />
<!-- THUMBNAIL PREVIEW -->
<hr style="width:50vw;">
<!-- INPUT AREA -->
<br>
<div class="input-group">
<input style="width: 60%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;" id="ytlink" autofocus type="text" class="form-control shadow"
placeholder="ENTER A YOUTUBE VIDEO URL HERE" spellcheck="false"
onsubmit="youtube_thumbnail_downloader(ytlink.value);ShowMain()" autocomplete="off" />
</div><br>
<button style="background-color: #white; padding:7px 20px 7px 20px;" id="thumbdloadbtn" class="thumbdloadbtn site-gradient" type="button"
onclick="myFunction()">FETCH</button>
<!-- INPUT AREA -->
<p>You can also download thumbnail from here: </p><a style="background-image: linear-gradient(to right,#fd7524 ,#f64c84); padding: 12px 30px 12px 30px; text-decoration: none; color:white;border-radius: 25px;" href="https://www.youtubethumbnaildownloaderonline.com">youtube thumbnail downloader</a><br></br>
</div>
</div>
<footer id="footer" class="site-gradient container-fluid text-center">
<hr style="background: #ffffff; width: 50vw; opacity: 0.25;">
<p style="display: inline;">Made<img style="margin-bottom: 0.15rem;"> by <a
target="_blank" href="https://youtubethumbnaildownloader.vercel.app">Jaffar</a></p>
</footer>
</center>
</body>