crawler1.scala
changeset 7 73cf4406b773
parent 3 df423d3b7fa1
child 64 2d625418c011
equal deleted inserted replaced
6:0da19c346e24 7:73cf4406b773
    34   }
    34   }
    35 }
    35 }
    36 
    36 
    37 // staring URL for the crawler
    37 // staring URL for the crawler
    38 val startURL = """http://www.inf.kcl.ac.uk/staff/urbanc/"""
    38 val startURL = """http://www.inf.kcl.ac.uk/staff/urbanc/"""
       
    39 //val startURL = """http://www.inf.kcl.ac.uk/staff/mml/"""
       
    40 
    39 
    41 
    40 // call on the command line 
    42 // call on the command line 
    41 crawl(startURL, 2)
    43 crawl(startURL, 2)
    42 
    44