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

reload.php (600B)


      1 <!-- SPDX-License-Identifier: AGPL-3.0-or-later
      2      SPDX-FileCopyrightText: 2021-2024 JayVii <jayvii[AT]posteo[DOT]de>
      3 -->
      4 
      5 <!DOCTYPE html>
      6 <html>
      7 <head>
      8      <!--<meta http-equiv="Refresh" content="0; url='/'" />-->
      9     <link rel="stylesheet" type="text/css" href="/assets/css/simple.min.css"/>
     10     <link rel="stylesheet" type="text/css" href="/assets/css/custom.css"/>
     11 </head>
     12 <body>
     13      <h1><a href="#done">Scroll down to check logs and go back</a></h1>
     14      <pre><?php passthru("Rscript ./yt.R"); ?></pre>
     15      <a id="done" href="/" class="button" style="width:100%;">Done!</a>
     16 </body>
     17 </html>