mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[PR #595] [MERGED] [FBref] Avoid duplicate Big 5 leagues #687
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#687
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?
📋 Pull Request Information
Original PR: https://github.com/probberechts/soccerdata/pull/595
Author: @probberechts
Created: 5/27/2024
Status: ✅ Merged
Merged: 5/27/2024
Merged by: @probberechts
Base:
master← Head:fix/fbref-big5-duplicated📝 Commits (1)
4318ee4fix(fbref): Avoid duplicate Big 5 leagues📊 Changes
1 file changed (+56 additions, -19 deletions)
View changed files
📝
soccerdata/fbref.py(+56 -19)📄 Description
When the FBref reader was initialized with leagues=["Big 5 European Leagues Combined", ...] where ... contains other leagues from the Big 5 (e.g., "ENG-Premier League") it would scrape the league twice.
Fixes #576
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.