mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[PR #85] [MERGED] Faster scraping of player seasons stats - fbref. #269
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#269
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/85
Author: @andrewRowlinson
Created: 9/29/2022
Status: ✅ Merged
Merged: 10/23/2022
Merged by: @probberechts
Base:
master← Head:master📝 Commits (10+)
75b717fAmended the FBRef scraper so it uses the Big 5 pages if all five leagues are requested.b7d26a0style changes black/flake8.0b4a09cAdd error raises to docstrings.b525ebeUpdate actions/cache action to v3.0.9fd297fbUpdate actions/cache action to v3.0.109dd5403Update dependency furo to v2022.9.292c202f6Update actions/checkout action to v3.1.007cadd7Update dependency mypy to ^0.98272e8cb7Update actions/setup-python action to v4.3.063b57c3Merge branch 'master' of https://github.com/andrewRowlinson/soccerdata into andrewRowlinson-big5📊 Changes
8 files changed (+316 additions, -110 deletions)
View changed files
📝
.github/workflows/ci.yml(+5 -5)📝
.github/workflows/release.yml(+2 -2)📝
docs/requirements.txt(+1 -1)📝
poetry.lock(+26 -26)📝
pyproject.toml(+1 -1)📝
soccerdata/fbref.py(+208 -69)📝
tests/conftest.py(+6 -6)📝
tests/test_FBref.py(+67 -0)📄 Description
I am having another go at this [previous attempt #69] because you have updated the FBRef class to use the league pages. I have tried this against all stat_types for 2020-2021 and it seems to work
I am not able to run the tests locally, but I'll try to fix anything that doesn't work after.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.