From b5cb5c399f89c78f7927e9e2f93ec0f7dffae897 Mon Sep 17 00:00:00 2001 From: Max Bolingbroke Date: Sat, 24 Apr 2010 15:58:15 +0100 Subject: [PATCH] Add metacritic search --- search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/search.php b/search.php index 8db2e2c..63afadb 100644 --- a/search.php +++ b/search.php @@ -27,6 +27,7 @@ #array("Lonely Planet",array("lonelyplanet"),"http://search.lonelyplanet.com/search.do?Ntt={searchTerms}&x=0&y=0"), array("MarketWatch",array("marketwatch"),"http://www.marketwatch.com/search/?value={searchTerms}"), array("Merriam-Webster",array("merriamwebster", "dictionary", "dict"),"http://www.merriam-webster.com/dictionary/{searchTerms}"), + array("Metacritic",array("metacritic"),"http://www.metacritic.com/search/process?sort=relevance&termtype=all&ts={searchTerms}&ty=0&button=search"), array("Nciku",array("nciku", "zw"),"http://www.nciku.com/search/all/{searchTerms}"), array("Pydoc",array("pydoc", "pyd", "py"),"http://pydoc.org/2.5.1/search.cgi?key={searchTerms}"), array("Rotten Tomatoes",array("rottentomatoes", "rt"),"http://www.rottentomatoes.com/search/full_search.php?search={searchTerms}"),