diff -r c7d4ee344451 -r 55be90b2a642 progs/crawler2.scala --- a/progs/crawler2.scala Sat Oct 01 22:30:51 2016 +0100 +++ b/progs/crawler2.scala Sat Oct 01 23:34:37 2016 +0100 @@ -34,7 +34,7 @@ // starting URL for the crawler val startURL = """http://www.inf.kcl.ac.uk/staff/urbanc""" - +val startURL = """http://www.inf.kcl.ac.uk/staff/urbanc/bsc-projects-16.html""" // can now deal with depth 3 and beyond crawl(startURL, 2)