I'm trying to get league composition for Women leagues from SoFifa, but for some reason the downloaded HTML is missing the whole teams table.
Minimal code example:
sofifa = SoFIFA(data_dir=data_dir_raw, version_id="230001")
teams = sofifa.read_teams("2216")
The URL of the page it attempts to scrape is: https://sofifa.com/teams?lg=2216&r=230001&set=true
When looking at the HTML downloaded by Chrome the table is there and structure is similar to the Men's leagues.
I've uploaded the HTML file (changed to txt since github doesn't allow me to upload)
I'm trying to get league composition for Women leagues from SoFifa, but for some reason the downloaded HTML is missing the whole teams table. Minimal code example:
The URL of the page it attempts to scrape is: https://sofifa.com/teams?lg=2216&r=230001&set=true When looking at the HTML downloaded by Chrome the table is there and structure is similar to the Men's leagues.
I've uploaded the HTML file (changed to txt since github doesn't allow me to upload)
teams_2216_230001.txt