From 3ca22fdf1eefa178467c236715b78473180517f3 Mon Sep 17 00:00:00 2001 From: Juanjo Benages Date: Mon, 7 Dec 2015 14:37:48 +0100 Subject: Add letraslibres.com --- letraslibres.com.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 letraslibres.com.txt diff --git a/letraslibres.com.txt b/letraslibres.com.txt new file mode 100644 index 0000000..5b18b2e --- /dev/null +++ b/letraslibres.com.txt @@ -0,0 +1 @@ +single_page_link: concat(link[@rel="canonical"], "?page=full") -- cgit v1.3.1 From da104ad838feb7d4cfdf12cb5e5f2e8b8aec578c Mon Sep 17 00:00:00 2001 From: Juanjo Benages Date: Mon, 7 Dec 2015 14:39:06 +0100 Subject: Add lawfareblog.com --- lawfareblog.com.txt | 4 ++++ letraslibres.com.txt | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 lawfareblog.com.txt diff --git a/lawfareblog.com.txt b/lawfareblog.com.txt new file mode 100644 index 0000000..49d858a --- /dev/null +++ b/lawfareblog.com.txt @@ -0,0 +1,4 @@ +body: //div[@class='field-items'] +title: //div[@class='title'] + +test_url: https://lawfareblog.com/limits-panopticon diff --git a/letraslibres.com.txt b/letraslibres.com.txt index 5b18b2e..cf271bc 100644 --- a/letraslibres.com.txt +++ b/letraslibres.com.txt @@ -1 +1,3 @@ single_page_link: concat(link[@rel="canonical"], "?page=full") + +test_url: http://www.letraslibres.com/revista/dossier/quien-manda-en-europa -- cgit v1.3.1 From a7af7b4809100fac26be3e6f861936dc8ec10d45 Mon Sep 17 00:00:00 2001 From: Juanjo Benages Date: Wed, 9 Dec 2015 18:05:51 +0100 Subject: Modified blog.cloudflare.com --- blog.cloudflare.com.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/blog.cloudflare.com.txt b/blog.cloudflare.com.txt index db80a35..2f9a5a2 100644 --- a/blog.cloudflare.com.txt +++ b/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.3.1