Describe the bug
The page structure changed for the other leagues, I was able to clone and fix the repo locally, however, fixing those leagues broke Bundesliga....
Affected scrapers
This affects the following scrapers:
Code example
fbref = sd.FBref('ESP-La Liga', '2024') or Top5 or EPL it's the same. Bundesliga ok!
import soccerdata as sd
fbref = sd.FBref(leagues="ENG-Premier League", seasons="24/25", no_cache=True)
fbref.read_schedule()
Error message
<paste the error message here>
Additional context
Add any other context about the problem here.
Contributor Action Plan