oseymour / ScraperFC

Python package for scraping soccer data from a variety of sources
GNU General Public License v3.0
222 stars 49 forks source link

Incomplete data scrape_match() in FBRef() class #29

Closed danirssx closed 10 months ago

danirssx commented 10 months ago

Question: Hello! I'm utilizing the FBRef() class and its scrape_match() function. Everything seems to be functioning well, except for the 'Shots' data retrieval. I'm unsure whether I'm making any errors. For instance, here's the match I'm currently working with: https://fbref.com/en/matches/b476327d/Netherlands-South-Africa-August-6-2023-FIFA-Womens-World-Cup

image

This is all the data that returns when it comes to 'Both'

oseymour commented 10 months ago

I scraped this match and it worked for me. Can you tell me:

danirssx commented 10 months ago

Now works!