mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 18:46:00 +03:00
[GH-ISSUE #299] Add FIFA Women's World Cup whoscored data #55
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#55
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 @clairesecehDS on GitHub (Jul 20, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/299
Is it possible to add FIFA Women's World Cup to validated scraping league?
@probberechts commented on GitHub (Jul 20, 2023):
I have not fully tested it yet, but it seems straightforward to add support for scraping the FIFA Women's World Cup data from FBref and WhoScored. I'll add it to the default supported leagues and make sure everything works tomorrow or during the weekend. If you would like to use it already, you should add the following to the
SOCCERDATA_DIR/config/league_dict.jsonfile:Next, you should be able to scrape the data with:
@clairesecehDS commented on GitHub (Jul 21, 2023):
That's worked fine. Thanks for your time!