From 735d22d6f6f7e674cf1143600cef2ed63a641441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Mon, 9 Oct 2017 21:57:29 +0200 Subject: [PATCH] Add rules for techcrunch --- data/data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/data.json b/data/data.json index 8e8a632..a273ebd 100644 --- a/data/data.json +++ b/data/data.json @@ -197,6 +197,17 @@ ], "exceptions": [], "redirections": [] + }, + "techcrunch": { + "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?techcrunch\\.)\\w{2,}\\/.*", + "completeProvider": false, + "rules": [ + "ncid=[^\\/|\\?|&]*(\\/|&(amp;)?)?", + "sr=[^\\/|\\?|&]*(\\/|&(amp;)?)?", + "sr_share=[^\\/|\\?|&]*(\\/|&(amp;)?)?" + ], + "exceptions": [], + "redirections": [] } } }