pub / yt2html

Fetches Youtube content via RSS and provides a chronological timeline
git clone https://src.jayvii.de/pub/yt2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit 686ef45bf64785c84c7cf03d8eea5685cdb552ec
parent 9252193f625bd6714a424361dad1b150dcd2fc81
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 25 Jan 2025 14:37:21 +0100

fix: move author and date below headlines

Diffstat:
Mindex.php | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/index.php b/index.php @@ -290,6 +290,8 @@ <!-- Headline: streamer name --> <h2><?php echo $video["title"]; ?></h2> + <mark><?php echo $video["author"]; ?></mark> + <mark><?php echo date("Y-m-d, H:i:s", $video["time"]); ?></mark> <!-- player Container --> <div class="player_container hidden"></div> @@ -311,11 +313,8 @@ class="button" href="/?channels=<?php echo $video["aid"]; ?>" > - <?php echo $video["author"]; ?> + Open Channel </a> - <button> - <?php echo date("Y-m-d, H:i:s", $video["time"]); ?> - </button> <a class="button" href="https://www.youtube.com/watch?v=<?php echo $video["vid"]; ?>"