| changeset 432 | 55be90b2a642 |
| parent 428 | a47c4227a0c6 |
| child 550 | a62357075346 |
--- 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)