JaseZiv / worldfootballR

A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat
https://jaseziv.github.io/worldfootballR/
433 stars 59 forks source link

Understat league shots not updated? #373

Closed BenoitLondon closed 2 months ago

BenoitLondon commented 2 months ago
> shots <- load_understat_league_shots("La liga")
→ Data last updated 2024-04-30 18:32:58.6083159446716 UTC
> max(shots$date)
[1] "2022-05-22 20:00:00"

> shots <- load_understat_league_shots("Bundesliga")
→ Data last updated 2024-04-30 18:33:06.42379808425903 UTC
> max(shots$date)
[1] "2024-04-28 17:30:00"
> 

I think Ligue 1, La liga and Serie A are not updated since may 2022

JaseZiv commented 2 months ago

I will investigate this

JaseZiv commented 2 months ago

This should now be fixed @BenoitLondon.

Raise another issue if you find any further problems.

Thanks