progs/crawler1.scala
changeset 257 70c307641d05
parent 254 dcd4688690ce
child 399 5c1fbb39c93e
--- a/progs/crawler1.scala	Mon Sep 22 02:01:41 2014 +0100
+++ b/progs/crawler1.scala	Mon Sep 22 13:42:14 2014 +0100
@@ -32,8 +32,8 @@
 }
 
 // some starting URLs for the crawler
-val startURL = """http://www.inf.kcl.ac.uk/staff/urbanc"""
-//val startURL = """http://www.inf.kcl.ac.uk/staff/mcburney"""
+//val startURL = """http://www.inf.kcl.ac.uk/staff/urbanc"""
+val startURL = """http://www.inf.kcl.ac.uk/staff/mcburney"""
 
 crawl(startURL, 2)