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 68bf27993f709e1d8bb2dca4e8f8648baf7563c9
parent b1deee6c60ff8346a675c489b2dd0b638b226013
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 21 Oct 2024 22:56:48 +0200

fix: use author ID instead of video ID

Diffstat:
Mindex.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -209,7 +209,7 @@ </button> <a class="button" - href="/?channels=<?php echo $video["vid"]; ?>" + href="/?channels=<?php echo $video["aid"]; ?>" > <?php echo $video["author"]; ?> </a>