# HG changeset patch # User Christian Urban # Date 1443162937 -3600 # Node ID dbba38a5c2ae7df543c445b49e09486d024ab98f # Parent bc03ff3d347c59ab4beebb4c580e3adb8c44ad36 updated diff -r bc03ff3d347c -r dbba38a5c2ae progs/crawler3.scala --- 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)