commit bb5db25dad11758367aafea5308b8a4fd7ab24be
parent 68c2a0039ab8fda226160702d22aff32906061f5
Author: Avram Lyon <ajlyon@gmail.com>
Date: Mon, 21 Mar 2011 13:12:45 +0000
Trans: Fix detect URL for NYTimes advanced search (basic search not working)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/translators/NYTimes.com.js b/translators/NYTimes.com.js
@@ -3,7 +3,7 @@
"translatorType":4,
"label":"NYTimes.com",
"creator":"Simon Kornblith",
- "target":"^https?://(?:query\\.nytimes\\.com/search/query|(?:select\\.|www\\.)?nytimes\\.com/.)",
+ "target":"^https?://(?:query\\.nytimes\\.com/search/(alternate/)?)query|(?:select\\.|www\\.)?nytimes\\.com/.)",
"minVersion":"1.0.0b3.r1",
"maxVersion":"",
"priority":100,