Fix bugs and make the readme better

This commit is contained in:
2026-01-29 16:40:33 -06:00
parent 8007eeb043
commit 02b10131f9
4 changed files with 41 additions and 20 deletions

View File

@@ -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;

View File

@@ -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">

View File

@@ -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)