progs/crawler1.scala
changeset 432 55be90b2a642
parent 428 a47c4227a0c6
child 550 71fc4a7a7039
equal deleted inserted replaced
431:c7d4ee344451 432:55be90b2a642
    33 
    33 
    34 // some starting URLs for the crawler
    34 // some starting URLs for the crawler
    35 val startURL = """http://www.inf.kcl.ac.uk/staff/urbanc"""
    35 val startURL = """http://www.inf.kcl.ac.uk/staff/urbanc"""
    36 //val startURL = """http://www.inf.kcl.ac.uk/staff/mcburney"""
    36 //val startURL = """http://www.inf.kcl.ac.uk/staff/mcburney"""
    37 
    37 
       
    38 
    38 crawl(startURL, 2)
    39 crawl(startURL, 2)
    39 
    40