Skip to main content
Tweeted twitter.com/StackMma/status/1166908618937131010
Became Hot Network Question
edited tags
Link
Alexey Popkov
  • 62.5k
  • 7
  • 163
  • 405
Source Link

web scraping images

I am trying to load player profile pictures from the following page:

https://www.transfermarkt.com/manchester-united/startseite/verein/985/saison_id/2006#

I use the following code:

Import["https://www.transfermarkt.com/manchester-united/startseite/\
verein/985/saison_id/2006#", "Images"]

Unfortunately, all profile images are loaded as follows: enter image description here

All images I do not need are in the correct format...

The pause function (e.g., for one second)

Pause[1]

only works between tasks. So I do not think I can use it.

Any ideas how to solve this issue?