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 172c3b58c33ed799adf8206f80517e685b8f12fc
parent 686ef45bf64785c84c7cf03d8eea5685cdb552ec
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 25 Jan 2025 14:43:28 +0100

fix: move video information below video

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

diff --git a/index.php b/index.php @@ -290,8 +290,6 @@ <!-- 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> @@ -304,6 +302,11 @@ loading="lazy" > + <!-- Video Information --> + <mark><?php echo $video["author"]; ?></mark> + <mark><?php echo date("Y-m-d, H:i:s", $video["time"]); ?></mark> + <br> + <!-- Video Buttons --> <?php $js_args = $index . ",'" . $video["vid"] . "'"; ?> <button onclick="yt2html_toggle_player(<?php echo $js_args; ?>)">