From 7f7fd1309738de1e9fddad02e8dabc5b9ba08f55 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Mon, 24 Feb 2014 20:47:11 +0100 Subject: [PATCH] remove gizmode hook --- PortablePorts/NReadability/NReadabilityTranscoder.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PortablePorts/NReadability/NReadabilityTranscoder.cs b/PortablePorts/NReadability/NReadabilityTranscoder.cs index ad36e3e..fd75adb 100644 --- a/PortablePorts/NReadability/NReadabilityTranscoder.cs +++ b/PortablePorts/NReadability/NReadabilityTranscoder.cs @@ -142,7 +142,6 @@ namespace ReadSharp.Ports.NReadability { new Regex("^https?://(www|blog)\\.bufferapp.com", RegexOptions.IgnoreCase), ".post" }, { new Regex("^https?://(www.)?polygon.com", RegexOptions.IgnoreCase), ".body" }, { new Regex("^https?://(www.)?medium.com", RegexOptions.IgnoreCase), ".body" }, - { new Regex("^https?://(www.)?gizmodo.com", RegexOptions.IgnoreCase), ".post-container" }, { new Regex("^https?://(www.)?it-scoop.com", RegexOptions.IgnoreCase), ".entry-content" }, { new Regex("^https?://(m\\.|www\\.)?youtube.com", RegexOptions.IgnoreCase), "#watch-description-content" }, { new Regex("^https?://(www.)?vimeo.com", RegexOptions.IgnoreCase), ".description_wrapper" },