-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathytdlbot.html
52 lines (40 loc) · 2.01 KB
/
ytdlbot.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>YouTubeDLBot - jiayi.software</title>
<link rel="stylesheet" href="assets/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="YouTubeDLBot - a now discontinued YouTube downloader bot for Discord.">
<!-- social media tags -->
<meta property="og:title" content="YouTubeDLBot - jiayi.software">
<meta property="og:type" content="website">
<meta property="og:url" content="https://jiayi.phased.tech/ytdlbot">
<meta property="og:image" content="https://jiayi.phased.tech/assets/jiayi.png">
<meta property="og:description" content="YouTubeDLBot - a now discontinued YouTube downloader bot for Discord.">
</head>
<body>
<h1>YouTubeDLBot</h1>
<p>Downloads videos, music, and much more.</p>
<strong>The source code for the bot has been lost. Until the bot is rewritten, RIP YouTubeDLBot.</strong>
<hr>
<h2>Commands</h2>
<p>The bot's prefix is "yt!"</p>
<ul>
<li>help - Shows a list of commands.</li>
<li>update - Updates the version of yt-dlp that the bot uses.
The bot will run this by itself sometimes.</li>
<li>dl - The main event. This command acts exactly like yt-dlp;
same arguments, same format, etc. </li>
<li>changelog - Shows recent changes to the bot</li>
</ul>
<h2>Useful links</h2>
<ul>
<li><a href="http://ytdl-org.github.io/youtube-dl/supportedsites.html">Supported sites</a></li>
<li><a href="https://github.com/yt-dlp/yt-dlp#usage-and-options">yt-dlp usage and options</a></li>
</ul>
<h2>Further notes</h2>
<p>The bot constantly restarts, even during command execution. If your command freezes, rerun it.</p>
<p>The code will go open source soon.</p>
<a href="/"><h6>< return</h6></a>
</body>
</html>