Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Vila committed May 6, 2015
1 parent 2eb1981 commit ffc0470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -48,7 +48,8 @@ def parse_list(root):
else:
email = ""
print email
description = strip_tags(page(".detailsOverlayHide").html())
#description = strip_tags(page(".detailsOverlayHide").html())
description = root.cssselect("div#EATERY_OVERLAY_CONTENTS")[0].html()
print description

data = {
Expand Down

0 comments on commit ffc0470

Please sign in to comment.