gustavoalikan1910

Results 4 comments of gustavoalikan1910

With this change it worked for me: - You will need to findo de _common.py , and change the BaseRequestsReader Class. ` class BaseRequestsReader(BaseReader): """Base class for readers that use...

@aegonwolf Yes, it's working for me when I try to capture match data... Team and players, working good....taking a long time, but it's working... I gonna let some examples files...

@aegonwolf If you want to scrape another Leagues, you need to configure the league_dict.json file... Example: ``` path = "/home/jovyan/soccerdata/config" file_path = os.path.join(path, "league_dict.json") # Dados do JSON dados =...

Hello, I found a fix for the error: I needed to create the header parameter, adding sec-ch-ua in the BaseRequestsReader Class. I gonna let the code here: # ------------------------------------------------------ class...