From 04326bcf0c7bb77259cb0efdb5bc77479f318a08 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 21 Mar 2011 20:48:47 +0000 Subject: [PATCH] fix NYTimes regexp --- translators/NYTimes.com.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translators/NYTimes.com.js b/translators/NYTimes.com.js index e2940866e1..49cc3b3006 100644 --- a/translators/NYTimes.com.js +++ b/translators/NYTimes.com.js @@ -3,12 +3,12 @@ "translatorType":4, "label":"NYTimes.com", "creator":"Simon Kornblith", - "target":"^https?://(?:query\\.nytimes\\.com/search/(alternate/)?)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, "inRepository":true, - "lastUpdated":"2011-03-21 04:31:00" + "lastUpdated":"2011-03-21 20:48:32" } function detectWeb(doc, url) {