diff options
| -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 |
