From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- .time.com.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .time.com.txt (limited to '.time.com.txt') diff --git a/.time.com.txt b/.time.com.txt new file mode 100644 index 0000000..f5d5c14 --- /dev/null +++ b/.time.com.txt @@ -0,0 +1,11 @@ +date: //span[@class = 'date'] +body: //div[starts-with(@id, 'post-')]//div[@class = 'entry-content'] +strip://div[@class='more-ways'] +strip://div[@id = 'stayConnected'] +strip://p[child::a[@rel = 'bookmark']] +strip://p[starts-with(string(.),'(MORE:')] +strip://p[starts-with(string(.),'(PHOTOS:')] +move_into(//p[../@class = 'entry-content'][position() = last()])://div[@id = 'featbox'] +prune: no + +test_url: http://healthland.time.com/2011/07/24/amy-winehouse-and-the-pain-of-addiction/?preview=true&preview_id=39210&preview_nonce=0777d4e408 \ No newline at end of file -- cgit v1.3.1