-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
42 lines (31 loc) · 1.49 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
<html>
<head>
<title>
MediaDownloader
</title>
<link rel="icon" href="assets/images/favicon.png">
<link rel="stylesheet" href="assets/pages/index/files/styles.css">
<script src="assets/pages/index/files/scripts.js"></script>
</head>
<body onload="BodyInit()">
<a href="https://github.com/o7q/MediaDownloader">
<img src="assets/images/banner.png" class="disableSelect" width="300" draggable="false">
</a>
<p class="headDesc disablePointer disableSelect">
A lightweight GUI wrapper for yt-dlp and FFmpeg that allows you to quickly download videos, music, playlists, and more, from a wide variety of websites.
</p>
<br class="disablePointer disableSelect">
<img src="assets/images/program_website.png" class="headProgram disablePointer disableSelect" draggable="false">
<br class="disablePointer disableSelect">
<br class="disablePointer disableSelect">
<a href="https://github.com/o7q/MediaDownloader/releases/latest/download/MediaDownloader.exe" id="dlID" class="dlButton disableSelect"></a>
<br class="disablePointer disableSelect">
<a href="https://github.com/o7q/MediaDownloader/releases" class="dlButtonAll disableSelect">
All Downloads
</a>
<br class="disablePointer disableSelect">
<p class="copyrightText disablePointer disableSelect">
© 2023 o7q
</p>
</body>
</html>