From 3e909ef514b41e5b85110f3c998e650b1fd7ee8d Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Fri, 1 May 2026 17:22:13 +0200 Subject: [PATCH] update xd schedule url --- app/Console/Commands/SyncXDHunt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.47.3