Open StefanB1983 opened 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?
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?