mirror of
https://onedev.site.tesses.net/tytd2025
synced 2026-02-08 09:45:44 +00:00
Fix bugs and make the readme better
This commit is contained in:
@@ -151,7 +151,7 @@ class TYTDApp {
|
||||
case 3:
|
||||
{
|
||||
|
||||
const createUser = ctx.QueryParams.GetFirstBoolean("user");
|
||||
const createUser = (ctx.QueryParams.TryGetFirst("user") ?? "no")=="yes";
|
||||
|
||||
var seconds = this.OOBE_STATE.pollSeconds;
|
||||
seconds += this.OOBE_STATE.pollMinutes * 60;
|
||||
|
||||
@@ -12,7 +12,9 @@ func Pages.OobePage3()
|
||||
</div>
|
||||
<hr class="max">
|
||||
<div class="center-align">
|
||||
<a href="./oobe?page=2" class="button circle small">2</a>
|
||||
<a href="./oobe?page=2" class="button circle small">
|
||||
<i>done</i>
|
||||
</a>
|
||||
<div class="small-margin">Plugins</div>
|
||||
</div>
|
||||
<hr class="max">
|
||||
|
||||
@@ -3,7 +3,7 @@ func Pages.Welcome(redirect)
|
||||
const html = <null>
|
||||
<h1>You are all set</h1>
|
||||
<p>
|
||||
This is Tesses YouTube Downloader 2025, a YouTube Downloader created in <a href="https://crosslang.tesseslanguage.com/">CrossLang</a>
|
||||
This is Tesses YouTube Downloader 2025, a YouTube Downloader created in <a target="_blank" href="https://crosslang.tesseslanguage.com/">CrossLang</a>
|
||||
|
||||
<h4><i>home</i> Home</h4>
|
||||
Once you click the <b>{"I'm Done"}</b> button, you will be able to add YouTube videos to the downloader by using <i>add</i>, you can download the video from the server using <i>download</i> or view metadata/watch the video using <i>info</i> (this also will allow you to view playlist/channel contents)
|
||||
|
||||
Reference in New Issue
Block a user