Ali-Hasan-Khan / Scrape-Whoscored-Event-Data

Get match event data from whoscored.com
MIT License
31 stars 10 forks source link

WhoScored Issue? #3

Closed skbush22 closed 8 months ago

skbush22 commented 8 months ago

Hi Ali, I was working on a project using your scraper to get data from the Liga Profesional in Argentina via WhoScored and ran into a bit of an issue. It seems that when I enter:

match_urls = main.getMatchUrls(comp_urls=league_urls, competition='Liga Profesional', season='2023')

I get an empty list as a result. Previous seasons are working just fine for the ARG league, and I tried other leagues using the same setup and those worked as well. I had also previously tried accessing this data with soccerdata and ran into similar issues. Are you aware if this is an issue with WhoScored/if there is a workaround? Thank you!! I love the scraper!

Ali-Hasan-Khan commented 8 months ago

Hi, the issue is fixed you can check now and let me know if you face any problems!

skbush22 commented 8 months ago

Thank you so much! It works great. I really appreciate it!