From 67de5e2d6d101b8cc075664be92f22502000ab94 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 28 Dec 2025 15:28:18 -0600 Subject: [PATCH] Fix downloader bug, use plink and add icon to plugin template --- Tesses.YouTubeDownloader.PluginTemplate/src/server.tcross | 2 +- Tesses.YouTubeDownloader.Server/src/pages/embed.tcross | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Tesses.YouTubeDownloader.PluginTemplate/src/server.tcross b/Tesses.YouTubeDownloader.PluginTemplate/src/server.tcross index 9351a4e..a8e74c0 100644 --- a/Tesses.YouTubeDownloader.PluginTemplate/src/server.tcross +++ b/Tesses.YouTubeDownloader.PluginTemplate/src/server.tcross @@ -2,7 +2,7 @@ class PluginServer { public Handle(ctx) { - ctx.WithMimeType().SendText(

Hello, world from @%PROJECT_NAME

Path: {ctx.Path}, OriginalPath: {ctx.OriginalPath}

); + ctx.WithMimeType().SendText(

Hello, world from %PROJECT_NAME%

Path: {ctx.Path}, OriginalPath: {ctx.OriginalPath}

); return true; } } \ No newline at end of file diff --git a/Tesses.YouTubeDownloader.Server/src/pages/embed.tcross b/Tesses.YouTubeDownloader.Server/src/pages/embed.tcross index 90d99c5..9f2b223 100644 --- a/Tesses.YouTubeDownloader.Server/src/pages/embed.tcross +++ b/Tesses.YouTubeDownloader.Server/src/pages/embed.tcross @@ -32,9 +32,7 @@ func Pages.VideoEmbed(id, name)

To view this video please enable JavaScript, and consider upgrading to a web browser that - supports HTML5 video + supports HTML5 video