S1M0N38 / soccerapi

soccerapi, an unambitious soccer odds scraper ⚽️
MIT License
157 stars 36 forks source link

Error when scraping Bet365 #47

Open StefanB1983 opened 1 year ago

StefanB1983 commented 1 year ago

When I try to web scrape Bet365 I get the following error: JSONDecodeError: Expecting value What I do is the following

from soccerapi.api import ApiBet365 api = ApiBet365() competitions = api.competitions() print(competitions)

Is anyone else able to scrape Bet365?