author | Christian Urban <christian dot urban at kcl dot ac dot uk> |
Fri, 25 Sep 2015 07:35:37 +0100 | |
changeset 329 | dbba38a5c2ae |
parent 328 | bc03ff3d347c |
child 330 | 0806e45d873c |
--- a/progs/crawler3.scala Thu Sep 24 22:52:10 2015 +0100 +++ b/progs/crawler3.scala Fri Sep 25 07:35:37 2015 +0100 @@ -12,7 +12,6 @@ // regexes for URLs, for "my" domain and for email addresses val http_pattern = """"https?://[^"]*"""".r -val my_urls = """urbanc""".r val email_pattern = """([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})""".r def unquote(s: String) = s.drop(1).dropRight(1)