Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script runs through pages but does not scrape any images (2) #11

Open
tijnonlijn opened this issue Jun 26, 2019 · 7 comments
Open

Script runs through pages but does not scrape any images (2) #11

tijnonlijn opened this issue Jun 26, 2019 · 7 comments

Comments

@tijnonlijn
Copy link

Hi,

the shutterstock's page format changed again. Line 87 should now be changed to img_container = scraper.find_all("img", {"class":"z_g_h"})

/martijn

@Bvgo
Copy link

Bvgo commented Jul 10, 2019

same here

@chuanenlin
Copy link
Owner

Hi,

the shutterstock's page format changed again. Line 87 should now be changed to img_container = scraper.find_all("img", {"class":"z_g_h"})

/martijn

Thanks! The script has been updated.

@shayan09
Copy link

The format has changed again. Change Line 87 to:
img_container = scraper.find_all("img", {"class":"z_g_a z_g_b"})

@RobinSchmid7
Copy link

The format changed again, change line 87 to:
img_container = scraper.find_all("img", {"class":"z_h_c z_h_e"})

@chuanenlin
Copy link
Owner

Now img_container = scraper.find_all("img", {"class":"z_h_9d80b z_h_2f2f0"}).

@farheennaaz22
Copy link

Did format changed again? I'm having same issue.

@maniackatzentier
Copy link

Now it's img_container = scraper.find_all("img", {"class":"mui-1l7n00y-thumbnail"})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants