-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (76 loc) · 3.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zubitube Downloader</title>
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: 50px;
border-radius: 8px;
}
h1 {
color: #333;
text-align: center;
}
#download-btn {
display: inline-block;
padding: 10px 20px;
background-color: #3498db;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-size: 18px;
margin-top: 20px;
}
#download-btn:hover {
background-color: #2980b9;
}
</style>
</head>
<body>
<div class="container">
<h1>Zubitube Downloader</h1>
<img src="ZUBI.PNG" alt="Zubitube Downloader" style="width: 100%; height: 100%; object-fit: cover; border-radius: 8px; margin-top: 20px;">
<p>Zubitube Downloader is a standalone GUI software that allows you to download videos from YouTube with ease. It comes with a range of features to enhance your downloading experience.</p>
<a href="https://github.com/zubairjammu786/zubitubedownloader/releases/tag/v1.0.0" id="download-btn" target="_blank" rel="noopener noreferrer">Download Now</a>
<h2>Features</h2>
<ul>
<li>Single/Multiple URL Support: Download videos from a single URL or multiple URLs at once.</li>
<li>Video Quality Selection: Choose the video quality that suits your needs.</li>
<li>MP3 Only Downloader: Extract audio from videos and download them as MP3 files.</li>
<li>Video Detail Display: View detailed information about the videos before downloading.</li>
<li>User-Selected Download Location: Save your downloaded videos to a location of your choice.</li>
</ul>
<h2>How to Use</h2>
<ol>
<li>Enter the URL(s) of the video(s) you want to download.</li>
<li>Select the desired video quality or choose to download as an MP3.</li>
<li>Choose the location where you want to save the downloaded video(s).</li>
<li>Click the "Download" button to start the download process.</li>
</ol>
<h2>Installation</h2>
<ol>
<li>Download the latest release from the <a href="https://github.com/zubairjammu786/zubitubedownloader/releases" target="_blank" rel="noopener noreferrer">Releases</a> page.</li>
<li>Unzip the downloaded file to a location of your choice.</li>
<li>Run the executable file to start using Zubitube Downloader.</li>
</ol>
<h2>Feedback</h2>
<p>If you encounter any issues or have suggestions for improvement, please feel free to <a href="https://github.com/zubairjammu786/zubitubedownloader/issues" target="_blank" rel="noopener noreferrer">open an issue</a> on GitHub.</p>
<h2>Donate or Sponser</h2>
<p> If you like this project you can <a href="https://www.buymeacoffee.com/zubairjammu">Donate</a> to the developer to brings more projects like this </p>
<p>We hope you enjoy using Zubitube Downloader!</p>
</div>
</body>
</html>