From f67df04672ca9b9070f9ce43158bcc74318837f5 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 11 Jan 2011 04:26:27 +0000 Subject: [PATCH] NYTimes translator should support https --- 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 858e5c2fc..3a65e8b9a 100644 --- a/translators/NYTimes.com.js +++ b/translators/NYTimes.com.js @@ -3,12 +3,12 @@ "translatorType":4, "label":"NYTimes.com", "creator":"Simon Kornblith", - "target":"^http://(?:query\\.nytimes\\.com/search/query|(?:select\\.|www\\.)?nytimes\\.com/.)", + "target":"^https?://(?:query\\.nytimes\\.com/search/query|(?:select\\.|www\\.)?nytimes\\.com/.)", "minVersion":"1.0.0b3.r1", "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-18 08:55:00" + "lastUpdated":"2010-01-11 04:26:00" } function detectWeb(doc, url) {