soccerdata
soccerdata copied to clipboard
[WhoScored] Add options to skip/retry/raise when scraping match events fails
- Adds a "retry_missing" option to the read_events method to control whether to retry or skip games for which no events are available.
- Adds a "skip_on_error" option to the read_events method to control whether to raise an exception or skip the match when the match page cannot be retrieved.