crawler2.scala
changeset 7 73cf4406b773
parent 3 df423d3b7fa1
equal deleted inserted replaced
6:0da19c346e24 7:73cf4406b773
    38   }
    38   }
    39 }
    39 }
    40 
    40 
    41 // can now deal with depth 3
    41 // can now deal with depth 3
    42 // start on command line
    42 // start on command line
    43 crawl(startURL, 3)
    43 crawl(startURL, 4)
    44 
    44