From: Daniel Karbach Date: Fri, 1 May 2026 15:22:13 +0000 (+0200) Subject: update xd schedule url X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=3e909ef514b41e5b85110f3c998e650b1fd7ee8d;p=alttp.git update xd schedule url --- diff --git a/app/Console/Commands/SyncXDHunt.php b/app/Console/Commands/SyncXDHunt.php index 38e894c..916e972 100644 --- a/app/Console/Commands/SyncXDHunt.php +++ b/app/Console/Commands/SyncXDHunt.php @@ -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');