How to scrape all value from a DropDown menu in a website? For example in this website
There is this DropDown menu:
I want to get all value and save it into an array structure that's have also a link of the relative nation, for example:
Afghanistan => http://it.soccerway.com/national/afghanistan/afghan-premier-league/2015/regular-season/r32792/
Albania => http://it.soccerway.com/national/albania/super-league/20152016/regular-season/r31891/
Algeria => http://it.soccerway.com/national/algeria/ligue-1/20152016/regular-season/r31583/
...
How I can achieve this result?