[GH-ISSUE #557] [Whoscored] Scraping Issue with EFL #102

Closed
opened 2026-03-02 15:55:48 +03:00 by kerem · 5 comments
Owner

Originally created by @WillT23 on GitHub (Apr 26, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/557

Hi,

When running the loader to scrape for games in the English Championship & League One (possibly League Two as well), the loader when scraping the schedule looks like it is trying to find playoff games which don't exist yet. It then just keeps going back in the calendar on the website but never finds a game as there aren't any. Is this an issue that can be fixed or do we just have to wait until playoff fixtures are decided?

Thanks,

Will

Originally created by @WillT23 on GitHub (Apr 26, 2024). Original GitHub issue: https://github.com/probberechts/soccerdata/issues/557 Hi, When running the loader to scrape for games in the English Championship & League One (possibly League Two as well), the loader when scraping the schedule looks like it is trying to find playoff games which don't exist yet. It then just keeps going back in the calendar on the website but never finds a game as there aren't any. Is this an issue that can be fixed or do we just have to wait until playoff fixtures are decided? Thanks, Will
kerem 2026-03-02 15:55:48 +03:00
Author
Owner

@probberechts commented on GitHub (Apr 28, 2024):

The English Championship & League One are not supported, hence I will not implement a fix. Maintaining compatibility with every possible league is not manageable for me. If you can fix it yourself and it does not break other functionality, feel free to create a pull request.

<!-- gh-comment-id:2081474320 --> @probberechts commented on GitHub (Apr 28, 2024): The English Championship & League One are not supported, hence I will not implement a fix. Maintaining compatibility with every possible league is not manageable for me. If you can fix it yourself and it does not break other functionality, feel free to create a pull request.
Author
Owner

@joaomcalves commented on GitHub (Jul 27, 2024):

@probberechts first of all thank you for the awesome work!
Is there a list with the supported leagues?

<!-- gh-comment-id:2254202032 --> @joaomcalves commented on GitHub (Jul 27, 2024): @probberechts first of all thank you for the awesome work! Is there a list with the supported leagues?
Author
Owner

@probberechts commented on GitHub (Jul 27, 2024):

@joaomcalves The leagues available for each source can be listed with the available_leagues() class method. For example:

sd.FBref.available_leagues()
>>> ['Big 5 European Leagues Combined', 'ENG-Premier League', 'ESP-La Liga', 'FRA-Ligue 1', 'GER-Bundesliga', 'ITA-Serie A', 'INT-World Cup', "INT-Women's World Cup"]
<!-- gh-comment-id:2254234744 --> @probberechts commented on GitHub (Jul 27, 2024): @joaomcalves The leagues available for each source can be listed with the [available_leagues()](https://soccerdata.readthedocs.io/en/latest/reference/fbref.html#soccerdata.FBref.available_leagues) class method. For example: ```python sd.FBref.available_leagues() >>> ['Big 5 European Leagues Combined', 'ENG-Premier League', 'ESP-La Liga', 'FRA-Ligue 1', 'GER-Bundesliga', 'ITA-Serie A', 'INT-World Cup', "INT-Women's World Cup"] ```
Author
Owner

@joaomcalves commented on GitHub (Jul 27, 2024):

Thanks @probberechts but for example I have been using the FBREF scrapper for the top5 second leagues, portuguese league, dutch league or belgian league.

Btw thank you very much for this project. It has been super important for me. I have started a twitter page (dadosdojogo) where I have been exploring using data to analyse teams and players and this project helped me a lot to get access to data. As you know data is a huge bottleneck when you are starting in this field.

<!-- gh-comment-id:2254236069 --> @joaomcalves commented on GitHub (Jul 27, 2024): Thanks @probberechts but for example I have been using the FBREF scrapper for the top5 second leagues, portuguese league, dutch league or belgian league. Btw thank you very much for this project. It has been super important for me. I have started a twitter page (dadosdojogo) where I have been exploring using data to analyse teams and players and this project helped me a lot to get access to data. As you know data is a huge bottleneck when you are starting in this field.
Author
Owner

@probberechts commented on GitHub (Jul 27, 2024):

Yes, it might work out-of-the-box for other leagues apart from the ones in the available_leagues list, but if it is not in the list, I didn't test it and I do not provide support for it.

<!-- gh-comment-id:2254237144 --> @probberechts commented on GitHub (Jul 27, 2024): Yes, it might work out-of-the-box for other leagues apart from the ones in the `available_leagues` list, but if it is not in the list, I didn't test it and I do not provide support for it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#102
No description provided.