From 46647d797b48b4f57f7f5dd48704dfaaeaccf15d Mon Sep 17 00:00:00 2001 From: localhost Date: Tue, 11 Nov 2025 23:40:29 +0100 Subject: [PATCH] i hate youtube --- src/templates/save.eta | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/save.eta b/src/templates/save.eta index 106c230..4d8c37a 100644 --- a/src/templates/save.eta +++ b/src/templates/save.eta @@ -1,6 +1,6 @@ <% layout('./layout') %>
- The new storage server has been deployed. + YouTube changed some things, causing downloads to be unstable. Right now, there's a high chance downloads won't work. This should hopefully be fixed in the coming days.
@@ -57,9 +57,9 @@ .sorry { margin-top: 10px; position: relative; - background-color: #cfeeffff; - border-top: 2px dashed #5ebbdaff; - border-bottom: 2px dashed #5ebbdaff; + background-color: #ffd8cfff; + border-top: 2px dashed #da7b5eff; + border-bottom: 2px dashed #da7b5eff; padding-top: 5px; padding-bottom: 5px; text-align: center;