]> git.localhorst.tv Git - alttp.git/commitdiff
new beer league schedule
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 28 Aug 2026 20:18:38 +0000 (22:18 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 28 Aug 2026 20:18:38 +0000 (22:18 +0200)
app/Console/Commands/SyncBeerLeague.php

index 9cf8fb9cc161b6445e9cbbf5f0a1ddf4d930cd5b..76be2dc1b0a844b8a10049e56247ba67e6daac96 100644 (file)
@@ -44,7 +44,7 @@ class SyncBeerLeague extends Command {
                        return Command::SUCCESS;
                }
 
-               $html = Http::get('https://docs.google.com/spreadsheets/d/e/2PACX-1vQoetX31OD-O1FGP7x0hfWjxQpwx7W_a2OWhi3hb4B1whPHe_Z0KmsnyLFbL2bVZs4cWN6WLXJcSQPt/pubhtml/sheet?headers=false&gid=1221273995')->body();
+               $html = Http::get('https://docs.google.com/spreadsheets/d/e/2PACX-1vT5bitosbJGwR-lKkPgv2cvzamXuXKqm49CwrXRjz9pfKoBUIbATX1nezsNrD6xYh7hiK-CuFaF5xDe/pubhtml/sheet?headers=false&gid=1221273995')->body();
                $dom = new \DOMDocument();
                $dom->loadHTML($html);
                $rows = $dom->getElementsByTagName('tr');