diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2014-03-12 17:36:04 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2014-03-12 17:36:04 +0100 |
| commit | ac5bc7ba6fa607c0510cc4ceba5dec0ff6599c12 (patch) | |
| tree | 7728fc6539b78d158b82df52a6ed2babfe76645c | |
| parent | 98446138d61fd2a715c97c032e34db5a43c25801 (diff) | |
| download | ftr-site-config-ac5bc7ba6fa607c0510cc4ceba5dec0ff6599c12.tar.gz ftr-site-config-ac5bc7ba6fa607c0510cc4ceba5dec0ff6599c12.zip | |
time.com
| -rw-r--r-- | time.com.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
