Skip to content
Permalink
Browse files

Fix Proxied Economist

  • Loading branch information...
adam3smith committed Nov 28, 2017
1 parent 3b08a48 commit 99c07d8c31dea9b70ea166098d37556443ddf832
Showing with 2 additions and 2 deletions.
  1. +2 −2 The Economist.js
@@ -9,11 +9,11 @@
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2017-11-16 21:55:19"
"lastUpdated": "2017-11-28 13:38:42"
}

function detectWeb(doc, url) {
var m = url.match(/economist\.com\/[^\/]*\/[^\/]*\/\d+/);
var m = url.match(/^https?:\/\/[^\/]+\/[^\/]*\/[^\/]*\/\d+/);
//Z.debug(m)
if (url.includes('/node/') || m) {
return "magazineArticle";

0 comments on commit 99c07d8

Please sign in to comment.
You can’t perform that action at this time.