]> git.localhorst.tv Git - alttp.git/commitdiff
update xd schedule url
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 1 May 2026 15:22:13 +0000 (17:22 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 1 May 2026 15:22:13 +0000 (17:22 +0200)
app/Console/Commands/SyncXDHunt.php

index 38e894c3cf45ff34cadf4aee66ad55ff2f758ed9..916e9720b4670955017c7b3e66e4f1283781c4ff 100644 (file)
@@ -45,7 +45,7 @@ class SyncXDHunt extends Command {
                        return Command::SUCCESS;
                }
 
-               $html = Http::get('https://docs.google.com/spreadsheets/d/e/2PACX-1vTfPWv6Z1nVFsRiMG2hrRyp2bg6IeeTyutZXheCmRx_6jbaSRomVaFC-6zNEuom2ZG8q6lHZqf4uDjj/pubhtml/sheet?headers=false&gid=257007675')->body();
+               $html = Http::get('https://docs.google.com/spreadsheets/d/e/2PACX-1vTH9OnGsM5e4w7cmid0Sqleh5mCPvTg0KIzHfSfFwBaFCuMCRlPvZCOrG6z3Bq0r0wEex83DbGHdfTX/pubhtml/sheet?headers=false&gid=457195189')->body();
                $dom = new \DOMDocument();
                $dom->loadHTML($html);
                $rows = $dom->getElementsByTagName('tr');