Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cjogloc committed Feb 20, 2015
1 parent f8ca162 commit a23ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -40,7 +40,7 @@
book_type = tds[1].text_content()


for el in root.cssselect("div.image-wrapper img"):
for el in root.cssselect("div.imgWrapper img"):
img_url = el.attrib['src']
print img_url

Expand Down

0 comments on commit a23ec76

Please sign in to comment.