0.1.0: Custom proxies and FBref rate limit policy
Breaking Changes
- The
use_tor
parameter was replaced by ause_proxy='tor'
parameter in all readers
New features
- You can specify a custom proxy using the
use_proxy
parameter for all readers.
ws = soccerdata.WhoScored(use_proxy={'http': 'http://126.352.12.3:5471'})
Fixes
FBref
- FBref has implemented a new rate-limiting polity allowing only one request every two seconds. The FBref reader is now configured to comply with this.