]> git.localhorst.tv Git - alttp.git/commitdiff
update coop xkeys schedule link
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 15 Jun 2026 16:03:03 +0000 (18:03 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 15 Jun 2026 16:03:03 +0000 (18:03 +0200)
app/Console/Commands/SyncCoopZossy.php

index d14d174794f57430e06171baa90547f0e34cfdd9..382e34be3acd350decd108bddee47b6a6bdb8daf 100644 (file)
@@ -44,7 +44,7 @@ class SyncCoopZossy extends Command {
                        return Command::SUCCESS;
                }
 
-               $html = Http::get('https://docs.google.com/spreadsheets/u/0/d/e/2PACX-1vQhNJzwr2pOJsbVcLtfxOS3Jg8xb0h05vGJAd1vXhCRXXFjVbju6L8uK2cHlJKhCsPyBvuqOJFZ2Ext/pubhtml/sheet?headers=false&gid=377832929')->body();
+               $html = Http::get('https://docs.google.com/spreadsheets/d/e/2PACX-1vSzE9rqJtmE4GiEjOMGWPK6dbGaOjROwmU6ZBOODfkEL5CsvZ5tEKibY1Q7W8xM9ln6EDvtw5eLbqop/pubhtml/sheet?headers=false&gid=351339460')->body();
                $dom = new \DOMDocument();
                $dom->loadHTML($html);
                $rows = $dom->getElementsByTagName('tr');