From 086bf93f2b886592d13c9d9105ddcfd179797ee0 Mon Sep 17 00:00:00 2001 From: Juanjo Benages Date: Wed, 9 Dec 2015 18:09:34 +0100 Subject: Modified blog.cloudflare.com --- inc/3rdparty/site_config/standard/blog.cloudflare.com.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/inc/3rdparty/site_config/standard/blog.cloudflare.com.txt b/inc/3rdparty/site_config/standard/blog.cloudflare.com.txt index db80a35f..2f9a5a2f 100755 --- a/inc/3rdparty/site_config/standard/blog.cloudflare.com.txt +++ b/inc/3rdparty/site_config/standard/blog.cloudflare.com.txt @@ -1,9 +1,10 @@ # Instapaper gets this back to front and only gets the blog title instead of the article title. -title: substring-before(//title, '-') +title: //div[@class='title'] author: //a[ contains(@href, '/people') ] -body: //div[ @class='post' ] +body: //div[ @class='post-content' ] # Date is impossible to retrieve since they use those stupid "fuzzy" dates, inserted through javascript, at posterous. -test_url: http://blog.cloudflare.com/understanding-analytics-when-is-a-page-view-n \ No newline at end of file +test_url: http://blog.cloudflare.com/understanding-analytics-when-is-a-page-view-n +test_url: https://blog.cloudflare.com/sha-1-deprecation-no-browser-left-behind -- cgit v1.2.3