From 06fa0daa20e1231f15a187337a352377f2c1f766 Mon Sep 17 00:00:00 2001 From: corleymj Date: Thu, 17 Aug 2023 07:43:17 -0500 Subject: [PATCH] updating leaderboard URL (#377) --- pybaseball/datasources/fangraphs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybaseball/datasources/fangraphs.py b/pybaseball/datasources/fangraphs.py index 8a318023..4867a475 100644 --- a/pybaseball/datasources/fangraphs.py +++ b/pybaseball/datasources/fangraphs.py @@ -11,7 +11,7 @@ stat_list_from_str, stat_list_to_str) from .html_table_processor import HTMLTableProcessor, RowIdFunction -_FG_LEADERS_URL = "/leaders.aspx" +_FG_LEADERS_URL = "/leaders-legacy.aspx" MIN_AGE = 0 MAX_AGE = 100