Relative Content

Tag Archive for pythonselenium-webdriverweb-scrapingbeautifulsoupselenium-chromedriver

Unable to return image urls, and only get data:image/gif;base64 when scraping website

I have a simple python script set up to scrape the name and image of every post from the men’s section of H&M. The names are returned without trouble, but the image urls, seem to only return the first few before resorting to a format of: “data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7” I’ve tried requests and selenium with chromedriver separately. What am I missing?