Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGL committed Jan 25, 2018
1 parent 4cb4c12 commit 3d0e808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.py
Expand Up @@ -26,6 +26,8 @@
root = lxml.html.fromstring(html)
pictures = root.cssselect("td a img")
print pictures
for picture in pictures
print name.attrib['href']


#
Expand Down

0 comments on commit 3d0e808

Please sign in to comment.