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 9252193f625bd6714a424361dad1b150dcd2fc81
parent bef117d1e6cfe7d4c6107b7222e0c1b2196c6dd6
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 25 Jan 2025 14:32:48 +0100

feat: add time/date button label

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

diff --git a/index.php b/index.php @@ -313,6 +313,9 @@ > <?php echo $video["author"]; ?> </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"]; ?>"