From 636b146dafc2a23dc4fdb43715953f825212f2d4 Mon Sep 17 00:00:00 2001 From: mandalore Date: Tue, 22 Sep 2026 16:31:14 -0500 Subject: [PATCH] Update stat-check ELO OneDrive link The old share link now returns itemNotFound; stat-check.com/elo embeds a new link for the same workbook. Co-Authored-By: Claude Opus 5.5 --- .../statcheck-elo-scraper/pure_python_elo_scrape.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sites/40k-rankings/statcheck-elo-scraper/pure_python_elo_scrape.py b/sites/40k-rankings/statcheck-elo-scraper/pure_python_elo_scrape.py index 92be112..57d050a 100644 --- a/sites/40k-rankings/statcheck-elo-scraper/pure_python_elo_scrape.py +++ b/sites/40k-rankings/statcheck-elo-scraper/pure_python_elo_scrape.py @@ -11,10 +11,9 @@ from download_and_parse import download, xlsx_to_csv EMBED_URL = ( "https://1drv.ms/x/c/9f33f29504402fa1/" - "UQShL0AElfIzIICfIQ4AAAAAAGSZ8S-PJuKWQmM" - "?em=2&ActiveCell='Sheet1'!A1&Item='Sheet1'!A1:L40318" - "&wdHideGridlines=True&wdHideHeaders=True&wdDownloadButton=True" - "&wdInConfigurator=True&wdInConfigurator=True" + "IQSM-tN0M6OcTaaLY3OtMA2vAYx131Ze6y5N0aHYpoCCJ1g" + "?Item='Sheet1'!A1%3AL44394" + "&wdHideGridlines=True&wdInConfigurator=True&wdInConfigurator=True" ) BADGER_APP_ID = "00000000-0000-0000-0000-0000481710a4"