commit ca02d1dbe54b786b2d8e90ed9a369067c34f8637
parent 04326bcf0c7bb77259cb0efdb5bc77479f318a08
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 21 Mar 2011 20:49:27 +0000
correct fix for NYTimes regexp
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/(?: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,