I would like to download a csv from this web page (https://biwenger.as.com/la-liga/players) with python.
There is an option (image attached) that you can download this csv, but I would like to get it programatically.
I don't know how to use Chrome > Developer Tools > Network to see where it gets the data. Can anybody help me?
Should I use Selenium to perform this actions?
Many thanks!