i hate youtube

This commit is contained in:
localhost 2025-11-11 23:40:29 +01:00
parent 7021fe1947
commit 46647d797b
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<% layout('./layout') %> <% layout('./layout') %>
<div class="sorry"> <div class="sorry">
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.
</div> </div>
<div id="logs" class="logs"> <div id="logs" class="logs">
@ -57,9 +57,9 @@
.sorry { .sorry {
margin-top: 10px; margin-top: 10px;
position: relative; position: relative;
background-color: #cfeeffff; background-color: #ffd8cfff;
border-top: 2px dashed #5ebbdaff; border-top: 2px dashed #da7b5eff;
border-bottom: 2px dashed #5ebbdaff; border-bottom: 2px dashed #da7b5eff;
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
text-align: center; text-align: center;