From a51a4724c76d1eb644d5dcba3783f27d56d65e6b Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 31 May 2015 08:15:52 +0100 Subject: Tweak Google Maps URL. Conflicts: misc/completion_engines/completion_engines.md --- background_scripts/completion_engines.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/completion_engines.coffee b/background_scripts/completion_engines.coffee index 638be27a..9a88d491 100644 --- a/background_scripts/completion_engines.coffee +++ b/background_scripts/completion_engines.coffee @@ -59,7 +59,7 @@ class GoogleWithPrefix # then strip "map of" from the resulting suggestions. class GoogleMaps extends GoogleWithPrefix # Example search URL: https://www.google.com/maps?q=%s - constructor: -> super "map of", "https?://[a-z]+\\.google\\.(com|ie|co\\.uk|ca|com\\.au)/maps" + constructor: -> super "map of", "^https?://[a-z]+\\.google\\.(com|ie|co\\.uk|ca|com\\.au)/maps" class Youtube extends GoogleXMLRegexpEngine # Example search URL: http://www.youtube.com/results?search_query=%s -- cgit v1.2.3