From ac5bc7ba6fa607c0510cc4ceba5dec0ff6599c12 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 12 Mar 2014 17:36:04 +0100 Subject: time.com --- time.com.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 time.com.txt diff --git a/time.com.txt b/time.com.txt new file mode 100644 index 0000000..f3f886b --- /dev/null +++ b/time.com.txt @@ -0,0 +1,12 @@ +title: //h1[contains(@class, 'article-title')] +author: //article//span[contains(@class, 'byline')] +date: //time[@pubdate]/@datetime +body: //section[contains(@class, 'article-body')] +prune: no +tidy: no + +strip: //figcaption +strip: //p[contains(., 'MORE:') and ./a] +strip: //aside + +test_url: http://time.com/14478/emotions-may-not-be-so-universal-after-all/ \ No newline at end of file -- cgit v1.3.1