mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[GH-ISSUE #557] [Whoscored] Scraping Issue with EFL #102
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.
@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?
@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:
@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.
@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_leagueslist, but if it is not in the list, I didn't test it and I do not provide support for it.