Skip to content

Commit

Permalink
Added script to slurp a specific guestbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Feb 20, 2012
1 parent fef2394 commit 50c11b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion groovy/SlurpGuestbookYvonne.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class GuestbookSlurper {
private GPathResult page

GuestbookSlurper() {
page = slurper.parse("http://books.dreambook.com/nicobulder/afrikasite.html")
// page = slurper.parse("http://books.dreambook.com/nicobulder/afrikasite.html")
page = slurper.parse("http://books.dreambook.com/nicobulder/nicobulder.html")
}

def obtainGuestbookItems() {
Expand Down

0 comments on commit 50c11b6

Please sign in to comment.